Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FKismetEditorUtilities
Manages the TargetClass and EventName to use for spawning default "ghost" nodes in a new Blueprint
| Name | FOnBlueprintCreatedData |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h |
| Include Path | #include "Kismet2/KismetEditorUtilities.h" |
Syntax
struct FOnBlueprintCreatedData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnBlueprintCreated | FOnBlueprintCreated | Callback to execute | Kismet2/KismetEditorUtilities.h | |
| TargetClass | UClass * | If the new Blueprint is a child of the TargetClass, the callback will be executed | Kismet2/KismetEditorUtilities.h |