Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectHash.h |
Include |
#include "UObject/UObjectHash.h" |
Source |
/Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectHash.cpp |
Returns an array of classes that were derived from the specified class.
Parameter |
Description |
---|---|
ClassToLookFor |
The parent class of the classes to return. |
Results |
An output list of child classes of the specified parent class. |
bRecursive |
If true, the results will include children of the children classes, recursively. Otherwise, only direct decedents will be included. |