Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_MathIntBinaryOp |
| 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=(Abstract))
struct FRigVMFunction_MathIntBinaryOp : public FRigVMFunction_MathIntBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathIntBase → FRigVMFunction_MathIntBinaryOp
Derived Classes
- FRigVMFunction_MathIntDiv
- FRigVMFunction_MathIntMod
- FRigVMFunction_MathIntPow
- FRigVMFunction_MathIntSub
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathIntBinaryOp() |
RigVMFunctions/Math/RigVMFunction_MathInt.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | int32 | RigVMFunctions/Math/RigVMFunction_MathInt.h |
|
|
| B | int32 | RigVMFunctions/Math/RigVMFunction_MathInt.h |
|
|
| Result | int32 | RigVMFunctions/Math/RigVMFunction_MathInt.h |
|