Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FClassTree
| Type | Name | Description | |
|---|---|---|---|
| void | GetChildClasses
(
TArray< FClassTree* >& ChildClasses, |
Retrieve the child nodes of this node | |
| void | GetChildClasses
(
TArray< const FClassTree* >& ChildClasses, |
Retrieve the child nodes of this node | |
| void | GetChildClasses
(
TArray< UClass* >& ChildClasses, |
Retrieve the child nodes of this node that match the flags specified |