Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FClassTree > API/Runtime/CoreUObject/UObject/FClassTree/GetNode
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h |
| Include | #include "UObject/ClassTree.h" |
FClassTree * GetNode
(
UClass * SearchClass,
bool bBruteForce
)
Remarks
Find the node associated with the class specified a pointer to the node associated with the class specified, or NULL if this branch doesn't contain that class
Parameters
| Name | Description |
|---|---|
| SearchClass | the class to search for |
| bBruteForce | if true, searches every node for the specified class, rather than using IsChildOf() to optimize the search |