unreal.RigVMFunction_MathTransformUnaryOp

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

Bases: RigVMFunction_MathTransformBase

The base class for all unary transform math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Transform): [Read-Write] The result of the operation

  • value (Transform): [Read-Write] The input value

property result: Transform

[Read-Only] The result of the operation

Type:

(Transform)

property value: Transform

[Read-Write] The input value

Type:

(Transform)