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