unreal.RigUnit_AnimNextUserEvent¶
- class unreal.RigUnit_AnimNextUserEvent(execute_context: AnimNextExecuteContext = [], name: Name = 'None', sort_order: int = 0)¶
Bases:
RigUnit_AnimNextModuleEventBaseBase 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 resultname(Name): [Read-Only] The name of the eventsort_order(int32): [Read-Only] Sort index for ordering with other events in this tick group - smaller values get sorted earlier