Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintActionMenuBuilder
Flags used to configure the builder.
| Name | EConfigFlags |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintActionMenuBuilder.h |
| Include Path | #include "BlueprintActionMenuBuilder.h" |
Syntax
enum EConfigFlags
{
UseTimeSlicing = (1<<0),
DefaultConfig = 0,
}
Values
| Name | Remarks |
|---|---|
| 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. |