Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathDoubleBase
- FRigVMFunction_MathDoubleNotEquals
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathDouble.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathDouble.h" |
Syntax
USTRUCT&40;
Meta&61;&40;DisplayName&61;"Not Equals", TemplateName&61;"NotEquals", Keywords&61;"Different,&33;&61;", Deprecated&61;"5.1"&41;&41;
struct FRigVMFunction_MathDoubleNotEquals : public FRigVMFunction_MathDoubleBase
Remarks
Returns true if the value A does not equal B
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | A | ||
| double | B | ||
| bool | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |