FKismetEditorUtilities::ReplaceBlueprint

Unloads the specified Blueprint (marking it pending-kill, and removing it from its outer package).

Windows
MacOS
Linux

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

Syntax

static UBlueprint * ReplaceBlueprint
(
    UBlueprint * Target,
    UBlueprint const * Replacement
)

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.

Returns

The duplicated replacement Blueprint.

Parameters

Parameter

Description

Target

The Blueprint you want to unload and replace.

Replacement

The Blueprint you cloned and used to replace Target.

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