Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Enums to use when grouping action in widgets see SDataflowMembersWidget
| Name | UE::Dataflow::ESchemaActionSectionID |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowGraphSchemaAction.h |
| Include Path | #include "Dataflow/DataflowGraphSchemaAction.h" |
Syntax
namespace UE
{
namespace Dataflow
{
enum ESchemaActionSectionID
{
NONE = 0,
SUBGRAPHS,
VARIABLES,
}
}
}
Values
| Name | Remarks |
|---|---|
| NONE | |
| SUBGRAPHS | |
| VARIABLES |