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" |
static UBlueprint &42; UpdateExistingBlueprintFromActors
&40;
const FString & Path,
const TArray< AActor &42; > & Actors
&41;
Remarks
Take a list of Actors and update an existing Blueprint by harvesting the components they have. Essentially HarvestBlueprintFromActors, but updates an existing Blueprint rather than creating a new one. The updated blueprint, or null if it failed somehow
Parameters
| Name | Description |
|---|---|
| Path | The path to the existing Blueprint |
| Actors | The actor list to use as the template for the blueprint. |