unreal.RigVMFunction_MathFloatUnaryOp

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

Bases: RigVMFunction_MathFloatBase

The base class for all unary float math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property result: float

[Read-Only] The result of the operation

Type:

(float)

property value: float

[Read-Write] The input value

Type:

(float)