unreal.RigMapperMathFeature

class unreal.RigMapperMathFeature(name: str = '', operation: RigMapperMathOperation = Ellipsis, inputs: None = [])

Bases: RigMapperFeature

Rig Mapper Math Feature

C++ Source:

  • Plugin: RigMapper

  • Module: RigMapper

  • File: RigMapperDefinition.h

Editor Properties: (see get_editor_property/set_editor_property)

  • inputs (Array[RigMapperMathInput]): [Read-Write]

  • name (str): [Read-Write]

  • operation (RigMapperMathOperation): [Read-Write]

property inputs: None

[Read-Write]

Type:

(Array[RigMapperMathInput])

property operation: RigMapperMathOperation

[Read-Write]

Type:

(RigMapperMathOperation)