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] The resulting matrix

  • value (Transform): [Read-Write] The transform to convert to a matrix

property result: Matrix

[Read-Only] The resulting matrix

Type:

(Matrix)

property value: Transform

[Read-Write] The transform to convert to a matrix

Type:

(Transform)