Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FBlueprintCompileReinstancer
| Type | Name | Description | |
|---|---|---|---|
| void | BatchReplaceInstancesOfClass
(
TMap< UClass*, UClass* >& InOldToNewClassMap, |
Please use the version that takes an FReplaceInstancesOfClassParameters input instead. | |
| void | BatchReplaceInstancesOfClass
(
const TMap< UClass*, UClass* >& InOldToNewClassMap, |
Batch replaces a mapping of one or more classes to their new class |