unreal.RigVMFunction_MathVectorMax

class unreal.RigVMFunction_MathVectorMax(a: Vector = Ellipsis, b: Vector = Ellipsis, result: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBinaryAggregateOp

Returns the larger of the two values each component

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (Vector): [Read-Write]

  • b (Vector): [Read-Write]

  • result (Vector): [Read-Write]