unreal.TimedDataInputEvaluationType

class unreal.TimedDataInputEvaluationType

Bases: EnumBase

ETimed Data Input Evaluation Type

C++ Source:

  • Module: TimeManagement

  • File: ITimedDataInput.h

NONE: TimedDataInputEvaluationType

There is no special evaluation type for that input.

Type:

0

PLATFORM_TIME: TimedDataInputEvaluationType

The input is evaluated from the engine’s time. Note that the engine’s time is relative to FPlatformTime::Seconds.

Type:

2

TIMECODE: TimedDataInputEvaluationType

The input is evaluated from the engine’s timecode.

Type:

1