Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathFloatBase
- FRigVMFunction_MathFloatGreater
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathFloat.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathFloat.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Greater", TemplateName&61;"Greater", Keywords&61;"Larger,Bigger,>"&41;&41;
struct FRigVMFunction_MathFloatGreater : public FRigVMFunction_MathFloatBase
Remarks
Returns true if the value A is greater than B
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | A | ||
| float | B | ||
| bool | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |