Navigation
API > API/Plugins > API/Plugins/RigVM
Returns true if the value A is greater than B
| Name | FRigVMFunction_MathIntGreater |
| 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="Greater", TemplateName="Greater", Keywords="Larger,Bigger,>"))
struct FRigVMFunction_MathIntGreater : public FRigVMFunction_MathIntBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathIntBase → FRigVMFunction_MathIntGreater
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathIntGreater() |
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 | bool | 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 |