FBlueprintCompileReinstancer::BatchReplaceInstancesOfClass

Batch replaces a mapping of one or more classes to their new class by leveraging ReplaceInstancesOfClass

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetReinstanceUtilities.h

Include

#include "Kismet2/KismetReinstanceUtilities.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Kismet2/KismetReinstanceUtilities.cpp

Syntax

static void BatchReplaceInstancesOfClass
(
    TMap< UClass *, UClass * > & InOldToNewClassMap,
    const FBatchReplaceInstancesOfClassParameters & Options
)

Remarks

Batch replaces a mapping of one or more classes to their new class by leveraging ReplaceInstancesOfClass

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