Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FKismetEditorUtilities
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UBlueprint * CreateBlueprintFromActors
(
const FString& Path, |
Take a collection of Actors and generate a blueprint based on it | Kismet2/KismetEditorUtilities.h | |
static UBlueprint * CreateBlueprintFromActors
(
const FName BlueprintName, |
Take a collection of Actors and generate a blueprint based on it | Kismet2/KismetEditorUtilities.h |
CreateBlueprintFromActors(const FString &, const FCreateBlueprintFromActorsParams &)
Description
Take a collection of Actors and generate a blueprint based on it
| Name | CreateBlueprintFromActors |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h |
| Include Path | #include "Kismet2/KismetEditorUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp |
static UBlueprint * CreateBlueprintFromActors
(
const FString & Path,
const FCreateBlueprintFromActorsParams & Params
)
The blueprint created from the actor
Parameters
| Name | Remarks |
|---|---|
| Path | The path to use when creating the package for the new blueprint |
| Params | The parameter struct containing actors and additional behavior definitions |
CreateBlueprintFromActors(const FName, UPackage *, const FCreateBlueprintFromActorsParams &)
Description
Take a collection of Actors and generate a blueprint based on it
| Name | CreateBlueprintFromActors |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h |
| Include Path | #include "Kismet2/KismetEditorUtilities.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Kismet2/Kismet2.cpp |
static UBlueprint * CreateBlueprintFromActors
(
const FName BlueprintName,
UPackage * Package,
const FCreateBlueprintFromActorsParams & Params
)
The blueprint created from the actor
Parameters
| Name | Remarks |
|---|---|
| BlueprintName | The name to use for the Blueprint |
| Package | The package to create the blueprint within |
| Params | The parameter struct containing actors and additional behavior definitions |