unreal.PropertyAnimatorCoreBase

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

Bases: Object

Abstract base class for any Animator, holds a set of linked properties

C++ Source:

  • Plugin: PropertyAnimatorCore

  • Module: PropertyAnimatorCore

  • File: PropertyAnimatorCoreBase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • active_time_source (PropertyAnimatorCoreTimeSourceBase): [Read-Only] Active time source with its options, determined by its name

  • animator_display_name (Name): [Read-Only] Display name as title property for component array, hide it but must be visible to editor for array title property

  • animator_enabled (bool): [Read-Write] Enable control of properties linked to this Animator

  • linked_properties (Array[PropertyAnimatorCoreContext]): [Read-Write] Context for properties linked to this Animator

  • property_groups (Array[PropertyAnimatorCoreGroupBase]): [Read-Write] Groups for properties linked to this Animator

  • time_source_name (Name): [Read-Write] The time source to use