unreal.RigVMFunction_MathDoubleUnaryOp

class unreal.RigVMFunction_MathDoubleUnaryOp(value: float = 0.0, result: float = 0.0)

Bases: RigVMFunction_MathDoubleBase

The base class for all unary double math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathDouble.h

Editor Properties: (see get_editor_property/set_editor_property)

  • result (double): [Read-Write] The result of the operation

  • value (double): [Read-Write] The input value

property result: float

[Read-Only] The result of the operation

Type:

(double)

property value: float

[Read-Write] The input value

Type:

(double)