UStruct::IsChildOf

Returns true if this struct either is class T, or is a child of class T.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Syntax

template<class T>
bool IsChildOf() const

Remarks

Returns true if this struct either is class T, or is a child of class T. This will not crash on null structs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss