unreal.TimedDataInputEvaluationType

class unreal.TimedDataInputEvaluationType

Bases: unreal.EnumBase

ETimed Data Input Evaluation Type

C++ Source:

  • Module: TimeManagement

  • File: ITimedDataInput.h

NONE

There is no special evaluation type for that input.

Type

0

PLATFORM_TIME

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

Type

2

TIMECODE

The input is evaluated from the engine’s timecode.

Type

1