Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FKismetEditorUtilities
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h |
| Include | #include "Kismet2/KismetEditorUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp |
static UBlueprint &42; ReplaceBlueprint
&40;
UBlueprint &42; Target,
UBlueprint const &42; Replacement
&41;
Remarks
Unloads the specified Blueprint (marking it pending-kill, and removing it from its outer package). Then proceeds to replace all references with a copy of the one passed. The duplicated replacement Blueprint.
Parameters
| Name | Description |
|---|---|
| Target | The Blueprint you want to unload and replace. |
| Replacement | The Blueprint you cloned and used to replace Target. |