Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UClass
Description
This signature intentionally hides the method declared in UObject to make it private. Call FindFunctionByName instead; This method will search for a function declared in UClass instead of the class it was called on
| Name | FindFunctionChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
UFunction * FindFunctionChecked
(
FName InName
) const