Navigation
API > API/Runtime > API/Runtime/TimeManagement
| |
|
| Name |
ETimedDataInputEvaluationType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/TimeManagement/Public/ITimedDataInput.h |
| Include Path |
#include "ITimedDataInput.h" |
Syntax
enum ETimedDataInputEvaluationType
{
None,
Timecode,
PlatformTime,
}
Values
| Name |
Remarks |
| 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. |