unreal.RigVMFunction_MathIntUnaryOp

class unreal.RigVMFunction_MathIntUnaryOp(value: int = 0, result: int = 0)

Bases: RigVMFunction_MathIntBase

The base class for all unary int math operations

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_MathInt.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property result: int

[Read-Only] The result of the operation

Type:

(int32)

property value: int

[Read-Write] The input value

Type:

(int32)