unreal.PropertyAnimatorCoreSystemCountdownFormat

class unreal.PropertyAnimatorCoreSystemCountdownFormat

Bases: EnumBase

Enumerates all possible format interpretation in countdown mode

C++ Source:

  • Plugin: PropertyAnimatorCore

  • Module: PropertyAnimatorCore

  • File: PropertyAnimatorCoreSystemTimeSource.h

DURATION: PropertyAnimatorCoreSystemCountdownFormat = Ellipsis

format time provided is the duration of the countdown (relative) eg: if current time is 10:00:00 and format is set to 12:00:00, then countdown duration will be 12 hours until it reaches 0

Type:

0

Type:

Default

TARGET: PropertyAnimatorCoreSystemCountdownFormat = Ellipsis

Format time provided is the target time (absolute) eg: if current time is 10:00.00 and format is set to 12:00:00, then countdown is 02:00:00 since 2 hours remains before reaching target time

Type:

1