unreal.RigVMFunction_MathFloatConstant

class unreal.RigVMFunction_MathFloatConstant(value: float = 0.0)

Bases: RigVMFunction_MathFloatBase

The base class for all float math constants

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

  • value (float): [Read-Only] The value of the constant

property value: float

[Read-Only] The value of the constant

Type:

(float)