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" |
bool IsA
&40;
const UClass &42; Parent
&41; const
Remarks
This signature intentionally hides the method declared in UObjectBaseUtility to make it private. Call IsChildOf instead; Hidden because calling IsA on a class almost always indicates an error where the caller should use IsChildOf