UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDataflowSimulationTime Struct Reference

#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
 

Detailed Description

Get the dataflow simulation time

Constructor & Destructor Documentation

◆ FDataflowSimulationTime() [1/2]

FDataflowSimulationTime::FDataflowSimulationTime ( )
inline

◆ FDataflowSimulationTime() [2/2]

FDataflowSimulationTime::FDataflowSimulationTime ( const float  InDeltaTime,
const float  InCurrentTime 
)
inline

Member Data Documentation

◆ CurrentTime

float FDataflowSimulationTime::CurrentTime = 0.0f

Current time in seconds coming from the context

◆ DeltaTime

float FDataflowSimulationTime::DeltaTime = 0.0f

Delta time in seconds coming from the context

◆ TimeOffset

float FDataflowSimulationTime::TimeOffset = 0.0f

Time offset that will need to be added to the current time to compute the sub-stepping


The documentation for this struct was generated from the following file: