unreal.RigUnit_AnimNextUserEvent

class unreal.RigUnit_AnimNextUserEvent(execute_context: AnimNextExecuteContext = [], name: Name = 'None', sort_order: int = 0)

Bases: RigUnit_AnimNextModuleEventBase

Base event for all user-authored events. Can execute in a particular tick group (e.g. TG_PrePhysics)

C++ Source:

  • Plugin: UAF

  • Module: UAF

  • File: RigUnit_AnimNextModuleEvents.h

Editor Properties: (see get_editor_property/set_editor_property)

  • execute_context (AnimNextExecuteContext): [Read-Write] The execution result

  • name (Name): [Read-Only] The name of the event

  • sort_order (int32): [Read-Only] Sort index for ordering with other events in this tick group - smaller values get sorted earlier

property name: Name

[Read-Only] The name of the event

Type:

(Name)

property sort_order: int

[Read-Only] Sort index for ordering with other events in this tick group - smaller values get sorted earlier

Type:

(int32)