Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSimulationGenerator.h |
| Include | #include "Dataflow/DataflowSimulationGenerator.h" |
Syntax
struct FDataflowSimulationResource
Remarks
Async simulation resource that will be used while simulating
Variables
| Type | Name | Description | |
|---|---|---|---|
| std::atomic< bool > * | bCancelled | Async cancel boolean | |
| std::atomic< int32 > * | NumSimulatedFrames | Number of simulated frames |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FinishFrame () |
Finish simulating the current frame | |
| bool | IsCancelled () |
Check if the simulation is canceled or not |