Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
Inheritance Hierarchy
- FNonAbandonableTask
- FDataflowSimulationTask
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSimulationGenerator.h |
| Include | #include "Dataflow/DataflowSimulationGenerator.h" |
Syntax
class FDataflowSimulationTask : public FNonAbandonableTask
Remarks
Simulation Task to be run on the async thread
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAsyncCaching | Boolean to check if we are running the task in the background | |
| float | DeltaTime | Simulation delta time | |
| float | MaxTime | Simulation max time | |
| float | MinTime | Simulation min time | |
| UWorld * | SimulationWorld | Simulation world | |
| TSharedPtr< struct FDataflowTaskManager > | TaskManager | Task Manager |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAbandon () |
Can abandon check | |
| void | DoWork () |
Run the simulation | |
| TStatId | GetStatId () |