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