unreal.RigVMFunction_MathVectorSetLength¶
- class unreal.RigVMFunction_MathVectorSetLength(value: Vector = Ellipsis, length: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseSets the length of a given vector
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
length(float): [Read-Write] The desired length of the vectorresult(Vector): [Read-Write] The resulting scaled input vector (or 0,0,0 in case the input was also 0,0,0)value(Vector): [Read-Write] The input vector to set the length of