Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UObjectBaseUtility > IsA
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
Include | #include "UObject/UObjectBaseUtility.h" |
template<typename OtherClassType>
bool IsA
&40;
OtherClassType SomeBase
&41; const
Remarks
Returns true if this object is of the specified type.