Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMMemoryStorage * GetDebugMemory
(
bool bCreateIfNeeded |
RigVMCore/RigVM.h | ||
FRigVMMemoryStorageStruct * GetDebugMemory
(
FRigVMExtendedExecuteContext& Context |
The instance debug watch memory. | RigVMCore/RigVM.h | |
const FRigVMMemoryStorageStruct * GetDebugMemory
(
const FRigVMExtendedExecuteContext& Context |
RigVMCore/RigVM.h |
GetDebugMemory(bool)
| Name | GetDebugMemory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
URigVMMemoryStorage * GetDebugMemory
(
bool bCreateIfNeeded
)
GetDebugMemory(FRigVMExtendedExecuteContext &)
Description
The instance debug watch memory.
| Name | GetDebugMemory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
FRigVMMemoryStorageStruct * GetDebugMemory
(
FRigVMExtendedExecuteContext & Context
)
GetDebugMemory(const FRigVMExtendedExecuteContext &)
| Name | GetDebugMemory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
const FRigVMMemoryStorageStruct * GetDebugMemory
(
const FRigVMExtendedExecuteContext & Context
) const