Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Kismet2 > API/Editor/UnrealEd/Kismet2/FKismetEditorUtilities > API/Editor/UnrealEd/Kismet2/FKismetEditorUtilities/CreateBlueprintFromActors
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; CreateBlueprintFromActors
&40;
const FString & Path,
const FCreateBlueprintFromActorsParams & Params
&41;
Remarks
Take a collection of Actors and generate a blueprint based on it The blueprint created from the actor
Parameters
| Name | Description |
|---|---|
| Path | The path to use when creating the package for the new blueprint |
| Params | The parameter struct containing actors and additional behavior definitions |