Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/Dataflow
References
| Module | DataflowSimulation |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/DataflowSimulationNodes.h |
| Include | #include "Dataflow/DataflowSimulationNodes.h" |
Syntax
USTRUCT ()
struct FDataflowSimulationTime
Remarks
Get the dataflow simulation time
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CurrentTime | Current time in seconds coming from the context | |
| float | DeltaTime | Delta time in seconds coming from the context | |
| float | TimeOffset | Time offset that will need to be added to the current time to compute the sub-stepping |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowSimulationTime
(
const float InDeltaTime, |