unreal.PropertyAnimatorCoreManualTimeSource

class unreal.PropertyAnimatorCoreManualTimeSource(outer: Object | None = None, name: Name | str = 'None')

Bases: PropertyAnimatorCoreTimeSourceBase

Property Animator Core Manual Time Source

C++ Source:

  • Plugin: PropertyAnimatorCore

  • Module: PropertyAnimatorCore

  • File: PropertyAnimatorCoreManualTimeSource.h

Editor Properties: (see get_editor_property/set_editor_property)

  • custom_time (double): [Read-Write] Allows you to drive controllers with this float

  • time_elapsed (double): [Read-Only] Only used to display time elapsed

property custom_time: float

[Read-Write] Allows you to drive controllers with this float

Type:

(double)