unreal.RigVMFunction_MathVectorScale¶
- class unreal.RigVMFunction_MathVectorScale(value: Vector = Ellipsis, factor: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseReturns 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]