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
)
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 |