Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FClassTree
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h |
| Include | #include "UObject/ClassTree.h" |
const FClassTree * FindNode
(
UClass * SearchClass
) const
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 |