unreal.RigVMFunction_MathVectorScale¶
- class unreal.RigVMFunction_MathVectorScale(value: Vector = Ellipsis, factor: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseReturns the product of 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] The factor to scale the input vector byresult(Vector): [Read-Write] The resulting scaled vectorvalue(Vector): [Read-Write] The input vector to scale