unreal.RigVMFunction_MathVectorUnaryOp

class unreal.RigVMFunction_MathVectorUnaryOp(value: Vector = Ellipsis, result: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

The base class for all unary vector math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property result: Vector

[Read-Only] The result of the operation

Type:

(Vector)

property value: Vector

[Read-Write] The input value

Type:

(Vector)