Navigation
API > API/Plugins > API/Plugins/RigVM
Returns true if the value has changed from the last run
| Name | FRigVMFunction_MathBoolToggled |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathBool.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathBool.h" |
Syntax
USTRUCT (Meta=(DisplayName="Toggled", TemplateName="Toggled", Keywords="Changed,Different"))
struct FRigVMFunction_MathBoolToggled : public FRigVMFunction_MathBoolBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathBoolBase → FRigVMFunction_MathBoolToggled
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathBoolToggled() |
RigVMFunctions/Math/RigVMFunction_MathBool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Initialized | bool | RigVMFunctions/Math/RigVMFunction_MathBool.h | ||
| LastValue | bool | RigVMFunctions/Math/RigVMFunction_MathBool.h | ||
| Toggled | bool | RigVMFunctions/Math/RigVMFunction_MathBool.h |
|
|
| Value | bool | RigVMFunctions/Math/RigVMFunction_MathBool.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathBool.h |