Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URigVMMemoryStorage * GetWorkMemory
(
bool bCreateIfNeeded |
RigVMCore/RigVM.h | ||
FRigVMMemoryStorageStruct * GetWorkMemory
(
FRigVMExtendedExecuteContext& Context |
The instance mutable work memory the VM will use to execute. | RigVMCore/RigVM.h | |
const FRigVMMemoryStorageStruct * GetWorkMemory
(
const FRigVMExtendedExecuteContext& Context |
RigVMCore/RigVM.h |
GetWorkMemory(bool)
| Name | GetWorkMemory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
URigVMMemoryStorage * GetWorkMemory
(
bool bCreateIfNeeded
)
GetWorkMemory(FRigVMExtendedExecuteContext &)
Description
The instance mutable work memory the VM will use to execute.
| Name | GetWorkMemory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
FRigVMMemoryStorageStruct * GetWorkMemory
(
FRigVMExtendedExecuteContext & Context
)
GetWorkMemory(const FRigVMExtendedExecuteContext &)
| Name | GetWorkMemory |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
const FRigVMMemoryStorageStruct * GetWorkMemory
(
const FRigVMExtendedExecuteContext & Context
) const