unreal.RigVMFunction_MathIntPow¶
- class unreal.RigVMFunction_MathIntPow(a: int = 0, b: int = 0, result: int = 0)¶
Bases:
RigVMFunction_MathIntBinaryOpReturns the value of A raised to the power of B.
C++ Source:
Module: RigVM
File: RigVMFunction_MathInt.h
Editor Properties: (see get_editor_property/set_editor_property)
a(int32): [Read-Write]b(int32): [Read-Write]result(int32): [Read-Write]