unreal.AnimNextTests_TestOperation

class unreal.AnimNextTests_TestOperation(execute_pin: RigVMExecutePin = [], a: int = 0, b: int = 0, result: int = 0)

Bases: RigVMStructMutable

Anim Next Tests Test Operation

C++ Source:

  • Plugin: UAF

  • Module: UAFTestSuite

  • File: AnimNextVariablesTest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • a (int32): [Read-Write]

  • b (int32): [Read-Write]

  • execute_pin (RigVMExecutePin): [Read-Write] * This property is used to chain multiple mutable nodes together

  • result (int32): [Read-Write]

property a: int

[Read-Write]

Type:

(int32)

property b: int

[Read-Write]

Type:

(int32)

property result: int

[Read-Only]

Type:

(int32)