unreal.RigVMFunction_MathVectorLengthSquared

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

Bases: RigVMFunction_MathVectorBase

Returns 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]

property result: float

[Read-Only]

Type:

(float)

property value: Vector

[Read-Write]

Type:

(Vector)