Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the value of A raised to the power of B.
| Name | FRigVMFunction_MathIntPow |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathInt.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathInt.h" |
Syntax
USTRUCT (Meta=(DisplayName="Power", TemplateName="Power"))
struct FRigVMFunction_MathIntPow : public FRigVMFunction_MathIntBinaryOp
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathIntBase → FRigVMFunction_MathIntBinaryOp → FRigVMFunction_MathIntPow
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathIntPow() |
RigVMFunctions/Math/RigVMFunction_MathInt.h |
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathInt.h |