Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintActionMenuBuilder
Flags used to customize specific sections of the menu.
| Name | ESectionFlag |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h |
| Include Path | #include "BlueprintActionMenuBuilder.h" |
Syntax
enum ESectionFlag
{
ConsolidatePropertyActions = (1<<0),
ConsolidateBoundActions = (1<<1),
FlattenCategoryHierarcy = (1<<2),
}
Values
| Name | Remarks |
|---|---|
| ConsolidatePropertyActions | Rolls properties into a single menu item that will spawn a drag-drop menu for users to pick a node type from. |
| ConsolidateBoundActions | Rolls bound node spawners into a single menu entry that will spawn multiple nodes, each bound to a single binding. |
| FlattenCategoryHierarcy | Will clear all action categories (except the section's root) |