Navigation
API > API/Runtime > API/Runtime/TimeManagement
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/ITimedDataInput.h |
| Include | #include "ITimedDataInput.h" |
Syntax
enum ETimedDataInputEvaluationType
{
None,
Timecode,
PlatformTime,
}
Values
| Name | Description |
|---|---|
| None | There is no special evaluation type for that input. |
| Timecode | The input is evaluated from the engine's timecode. |
| PlatformTime | The input is evaluated from the engine's time. |