unreal.RigVMFunction_MathDoubleConstant

class unreal.RigVMFunction_MathDoubleConstant(value: float = 0.0)

Bases: RigVMFunction_MathDoubleBase

The base class for all double math constants

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

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

property value: float

[Read-Only] The value of the constant

Type:

(double)