Navigation
API > API/Runtime > API/Runtime/TimeManagement
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/ITimedDataInput.h |
| Include | #include "ITimedDataInput.h" |
Syntax
struct FTimedDataChannelSampleTime
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | PlatformSecond | The time is relative to FPlatformTime::Seconds. | |
| FQualifiedFrameTime | Timecode | Timecode value of the sample |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTimedDataChannelSampleTime
(
double InPlatformSeconds, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | AsSeconds
(
ETimedDataInputEvaluationType EvaluationType |