Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathBoolBase
- FRigVMFunction_MathBoolNotEquals
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathBool.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathBool.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Not Equals", TemplateName="NotEquals", Keywords="Different,!=,Xor", Deprecated="5.1"))
struct FRigVMFunction_MathBoolNotEquals : public FRigVMFunction_MathBoolBase
Remarks
Returns true if the value A does not equal B
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | A | ||
| bool | B | ||
| bool | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
|||
RIGVM_METHOD () |