Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintActionMenuBuilder
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h |
| Include | #include "BlueprintActionMenuBuilder.h" |
Syntax
enum EConfigFlags
&123;
UseTimeSlicing = (1<<0),
DefaultConfig = 0,
&125;
Values
| Name | Description |
|---|---|
| UseTimeSlicing | If set, the builder will be configured to process the registered action set over time, rather than process the entire set in a single blocking frame. |
| DefaultConfig | The default configuration for this builder type. |
Remarks
Flags used to configure the builder.