unreal.RigVMFunction_MathDoublePow
¶
- class unreal.RigVMFunction_MathDoublePow(a: float = 0.0, b: float = 0.0, result: float = 0.0)¶
Bases:
RigVMFunction_MathDoubleBinaryOp
Returns the value of A raised to the power of B.
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_MathDouble.h
Editor Properties: (see get_editor_property/set_editor_property)
a
(double): [Read-Write]b
(double): [Read-Write]result
(double): [Read-Write]