Navigation
API > API/Runtime > API/Runtime/DataflowEngine
Data flow types
| Name | EDataflowType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowObject.h |
| Include Path | #include "Dataflow/DataflowObject.h" |
Syntax
enum EDataflowType
{
Construction,
Simulation,
}
Values
| Name | Remarks |
|---|---|
| Construction | The dataflow will be used to build assets |
| Simulation | The dataflow will be used to define the simulation evolution |