unreal.RigVMFunction_MathVectorLength

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

Bases: RigVMFunction_MathVectorBase

Returns the 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] The resulting length of the vector

  • value (Vector): [Read-Write] The input vector to compute the length for

property result: float

[Read-Only] The resulting length of the vector

Type:

(float)

property value: Vector

[Read-Write] The input vector to compute the length for

Type:

(Vector)