unreal.RigUnit_MathMatrixToTransform

class unreal.RigUnit_MathMatrixToTransform(value: Matrix = Ellipsis, result: Transform = Ellipsis)

Bases: RigUnit_MathMatrixBase

Makes a transform from a matrix

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathMatrix.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Transform): [Read-Write] Result

  • value (Matrix): [Read-Write] Value

property result: Transform

[Read-Only] Result

Type:

(Transform)

property value: Matrix

[Read-Write] Value

Type:

(Matrix)