unreal.RigVMFunction_MathVectorFromDouble

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

Bases: RigVMFunction_MathVectorBase

Makes a vector from a single double

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 (double): [Read-Write] The input 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 value to use for all vector components

Type:

(double)