unreal.RigVMFunction_MathVectorFromFloat¶
- class unreal.RigVMFunction_MathVectorFromFloat(value: float = 0.0, result: Vector = Ellipsis)¶
Bases:
RigVMFunction_MathVectorBaseMakes 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) vectorvalue(float): [Read-Write] The input float value to use for all vector components