unreal.RigVMFunction_MathVectorFromFloat

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

Bases: RigVMFunction_MathVectorBase

Makes a vector from a single float

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathVector.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (Vector): [Read-Write] The resulting (Value,Value,Value) vector

  • value (float): [Read-Write] The input float value to use for all vector components

property result: Vector

[Read-Only] The resulting (Value,Value,Value) vector

Type:

(Vector)

property value: float

[Read-Write] The input float value to use for all vector components

Type:

(float)