Navigation
API > API/Plugins > API/Plugins/RigVM
The base mutable class for all RigVM enabled structs.
| Name | FRigVMStructMutable |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
Syntax
USTRUCT ()
struct FRigVMStructMutable : public FRigVMStruct
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable
Derived Classes
- FRigVMFunction_DebugBaseMutable
- FRigVMFunction_SimBaseMutable
- FRigVMFunction_ForLoopCount
- FRigVMFunction_MathMutableBase
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMStructMutable() |
RigVMCore/RigVMStruct.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExecutePin | FRigVMExecutePin | This property is used to chain multiple mutable nodes together | RigVMCore/RigVMStruct.h |
|