unreal.PropertyAnimatorCoreContext

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

Bases: Object

Context for properties linked to an animator

C++ Source:

  • Plugin: PropertyAnimatorCore

  • Module: PropertyAnimatorCore

  • File: PropertyAnimatorCoreContext.h

Editor Properties: (see get_editor_property/set_editor_property)

  • animated (bool): [Read-Write] Animation is enabled for this property

  • converter_rule (InstancedStruct): [Read-Write] If a converter is used, rules may be used to convert the property

  • group_name (Name): [Read-Write] The unique group name that manages this property

  • mode (PropertyAnimatorCoreMode): [Read-Write] Current mode used for this property