unreal.RigUnit_MathVectorFromFloat

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

Bases: RigUnit_MathVectorBase

Makes a vector from a single float

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Vector): [Read-Write] Result

  • value (float): [Read-Write] Value

property result: Vector

[Read-Only] Result

Type:

(Vector)

property value: float

[Read-Write] Value

Type:

(float)