unreal.RigUnit_GetRotatorAnimationChannelFromItem

class unreal.RigUnit_GetRotatorAnimationChannelFromItem(item: RigElementKey = Ellipsis, initial: bool = False, value: Rotator = Ellipsis)

Bases: RigUnit_GetAnimationChannelFromItemBase

Get Rotator Channel is used to retrieve a control’s animation channel value

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_ControlChannelFromItem.h

Editor Properties: (see get_editor_property/set_editor_property)

  • initial (bool): [Read-Write] If set to true the initial value will be returned

  • item (RigElementKey): [Read-Write] The item representing the channel

  • value (Rotator): [Read-Write] The current value of the animation channel

property value: Rotator

[Read-Only] The current value of the animation channel

Type:

(Rotator)