Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathBoolBase
- FRigVMFunction_MathBoolToggled
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&40;Meta&61;&40;DisplayName&61;"Toggled", TemplateName&61;"Toggled", Keywords&61;"Changed,Different"&41;&41;
struct FRigVMFunction_MathBoolToggled : public FRigVMFunction_MathBoolBase
Remarks
Returns true if the value has changed from the last run
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Initialized | ||
| bool | LastValue | ||
| bool | Toggled | ||
| bool | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |