unreal.RigVMFunction_MathVectorScale

class unreal.RigVMFunction_MathVectorScale(value: Vector = Ellipsis, factor: float = 0.0, result: Vector = Ellipsis)

Bases: RigVMFunction_MathVectorBase

Returns the product of the the vector and the float value

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • factor (float): [Read-Write]

  • result (Vector): [Read-Write]

  • value (Vector): [Read-Write]

property factor: float

[Read-Write]

Type:

(float)

property result: Vector

[Read-Only]

Type:

(Vector)

property value: Vector

[Read-Write]

Type:

(Vector)