Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/FRigVMActionMenuBuilder
Flags used to configure the builder.
| Name | EConfigFlags |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMActionMenuBuilder.h |
| Include Path | #include "Editor/RigVMActionMenuBuilder.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. |