![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowSimulationNodes.h>
Public Member Functions | |
| FDataflowSimulationTime () | |
| FDataflowSimulationTime (const float InDeltaTime, const float InCurrentTime) | |
Public Attributes | |
| float | DeltaTime = 0.0f |
| float | CurrentTime = 0.0f |
| float | TimeOffset = 0.0f |
Get the dataflow simulation time
|
inline |
|
inline |
| float FDataflowSimulationTime::CurrentTime = 0.0f |
Current time in seconds coming from the context
| float FDataflowSimulationTime::DeltaTime = 0.0f |
Delta time in seconds coming from the context
| float FDataflowSimulationTime::TimeOffset = 0.0f |
Time offset that will need to be added to the current time to compute the sub-stepping