4 results for "reflection"
function function class class
UObject::Implements CoreUObject
Returns true if this object's class implements the specified UInterface.
UObject::IsA CoreUObject
Returns true if this object's class is T or a subclass of T.
TArray Core
The primary dynamic array container in Unreal Engine, equivalent to `std::vector`.
UObject CoreUObject
The base class of all Unreal Engine objects.