unreal.RigVMFunction_MathMatrixToTransform

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

Bases: RigVMFunction_MathMatrixBase

Makes a transform from a matrix

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathMatrix.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Transform): [Read-Write]

  • value (Matrix): [Read-Write]

property result: Transform

[Read-Only]

Type:

(Transform)

property value: Matrix

[Read-Write]

Type:

(Matrix)