unreal.RigVMFunction_MathMatrixFromTransformV2

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

Bases: RigVMFunction_MathMatrixBase

Makes a matrix from a transform

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathMatrix.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Matrix): [Read-Write]

  • value (Transform): [Read-Write]

property result: Matrix

[Read-Only]

Type:

(Matrix)

property value: Transform

[Read-Write]

Type:

(Transform)