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" |
bool ChangeParentClass
(
UClass * SearchClass,
UClass * InNewParentClass
)
Remarks
Move a class node in the hierarchy tree after a class has changed its SuperClass true if SearchClass was successfully moved to the new location
Parameters
| Name | Description |
|---|---|
| SearchClass | the class that has changed parents |
| InNewParentClass | if non-null force reparenting to this instead of the SuperClass |