Navigation
API > API/Plugins > API/Plugins/RigVM
Returns true if the value A is less than or equal to B
| Name | FRigVMFunction_MathFloatLessEqual |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathFloat.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathFloat.h" |
Syntax
USTRUCT (Meta=(DisplayName="Less Equal", TemplateName="LessEqual", Keywords="Smaller,<="))
struct FRigVMFunction_MathFloatLessEqual : public FRigVMFunction_MathFloatBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathFloatBase → FRigVMFunction_MathFloatLessEqual
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathFloatLessEqual() |
RigVMFunctions/Math/RigVMFunction_MathFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| A | float | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
|
| B | float | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
|
| Result | bool | RigVMFunctions/Math/RigVMFunction_MathFloat.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathFloat.h |