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

#include <ITimedDataInput.h>

Public Member Functions

 FTimedDataChannelSampleTime ()=default
 
 FTimedDataChannelSampleTime (double InPlatformSeconds, const FQualifiedFrameTime &InTimecode)
 
double AsSeconds (ETimedDataInputEvaluationType EvaluationType) const
 

Public Attributes

double PlatformSecond = 0.0
 
FQualifiedFrameTime Timecode
 

Constructor & Destructor Documentation

◆ FTimedDataChannelSampleTime() [1/2]

FTimedDataChannelSampleTime::FTimedDataChannelSampleTime ( )
default

◆ FTimedDataChannelSampleTime() [2/2]

FTimedDataChannelSampleTime::FTimedDataChannelSampleTime ( double  InPlatformSeconds,
const FQualifiedFrameTime InTimecode 
)
inline

Member Function Documentation

◆ AsSeconds()

double FTimedDataChannelSampleTime::AsSeconds ( ETimedDataInputEvaluationType  EvaluationType) const
inline

Member Data Documentation

◆ PlatformSecond

double FTimedDataChannelSampleTime::PlatformSecond = 0.0

The time is relative to FPlatformTime::Seconds.

◆ Timecode

FQualifiedFrameTime FTimedDataChannelSampleTime::Timecode

Timecode value of the sample


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