FKismetEditorUtilities::CreateBlueprintFromActor

Take an Actor and generate a blueprint based on it. Uses the Actors type as the parent class.

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 * CreateBlueprintFromActor
(
    const FString & Path,
    AActor * Actor,
    const FCreateBlueprintFromActorParams & Params
)

Remarks

Take an Actor and generate a blueprint based on it. Uses the Actors type as the parent class.

Returns

The blueprint created from the actor

Parameters

Parameter

Description

Path

The path to use when creating the package for the new blueprint

Actor

The actor to use as the template for the blueprint

Params

The parameter struct of additional behaviors

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