Navigation
API > API/Editor > API/Editor/Kismet
Describes user actions that created new node
| Name | ENodeCreateAction::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
Syntax
namespace ENodeCreateAction
{
enum Type
{
MyBlueprintDragPlacement,
PaletteDragPlacement,
GraphContext,
PinContext,
Keymap,
}
}
Values
| Name | Remarks |
|---|---|
| MyBlueprintDragPlacement | |
| PaletteDragPlacement | |
| GraphContext | |
| PinContext | |
| Keymap |