unreal.RigVMFunction_MathVectorLengthSquared¶
- class unreal.RigVMFunction_MathVectorLengthSquared(value: Vector = Ellipsis, result: float = 0.0)¶
Bases:
RigVMFunction_MathVectorBaseReturns the squared length of the vector
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathVector.h
Editor Properties: (see get_editor_property/set_editor_property)
result(float): [Read-Write]value(Vector): [Read-Write]