unreal.RigVMFunction_MathTransformBinaryAggregateOp

class unreal.RigVMFunction_MathTransformBinaryAggregateOp(a: Transform = Ellipsis, b: Transform = Ellipsis, result: Transform = Ellipsis)

Bases: RigVMFunction_MathTransformBase

The base class for all aggregational transform math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathTransform.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Transform): [Read-Write] The first value for the operation

  • b (Transform): [Read-Write] The second value for the operation

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

property a: Transform

[Read-Write] The first value for the operation

Type:

(Transform)

property b: Transform

[Read-Write] The second value for the operation

Type:

(Transform)

property result: Transform

[Read-Only] The resulting value

Type:

(Transform)