Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBaseUtility
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsA () |
Returns true if this object is of the template type. | UObject/UObjectBaseUtility.h | |
bool IsA
(
OtherClassType SomeBase |
Returns true if this object is of the specified type. | UObject/UObjectBaseUtility.h |
IsA()
Description
Returns true if this object is of the template type.
| Name | IsA |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
template<class T>
bool IsA() const
IsA(OtherClassType)
Description
Returns true if this object is of the specified type.
| Name | IsA |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
template<typename OtherClassType>
bool IsA
(
OtherClassType SomeBase
) const