Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintCompilationManager
Description
Safely reparents all child classes of every Key in OldClassToNewClass to the class in the corresponding Value. Typically this means every child type will be reinstanced - although reinstancing could be avoided when layouts match.
| Name | ReparentHierarchies |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintCompilationManager.h |
| Include Path | #include "BlueprintCompilationManager.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintCompilationManager.cpp |
static void ReparentHierarchies
(
const TMap< UClass *, UClass * > & OldClassToNewClass
)