Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UStruct > API/Runtime/CoreUObject/UObject/UStruct/IsChildOf
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include | #include "UObject/Class.h" |
bool IsChildOf
(
const UStruct * SomeBase
) const
Remarks
Returns true if this struct either is SomeBase, or is a child of SomeBase. This will not crash on null structs