FClassTree::ChangeParentClass

Move a class node in the hierarchy tree after a class has changed its SuperClass

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/ClassTree.h

Include

#include "UObject/ClassTree.h"

Syntax

bool ChangeParentClass
(
    UClass * SearchClass,
    UClass * InNewParentClass
)

Remarks

Move a class node in the hierarchy tree after a class has changed its SuperClass

Returns

true if SearchClass was successfully moved to the new location

Parameters

Parameter

Description

SearchClass

the class that has changed parents

InNewParentClass

if non-null force reparenting to this instead of the SuperClass

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss