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