Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UClass
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual bool IsFunctionImplementedInScript
(
FName InFunctionName
) const
Remarks
Determines if the specified function has been implemented in a Blueprint True if the specified function exists and is implemented in a blueprint generated class
Parameters
| Name | Description |
|---|---|
| InFunctionName | The name of the function to test |