Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVMNativized
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRigVMMemoryStorageStruct * GetMemoryByType
(
FRigVMExtendedExecuteContext& Context, |
Returns a memory storage by type. | RigVMCore/RigVMNativized.h | |
virtual URigVMMemoryStorage * GetMemoryByType
(
ERigVMMemoryType InMemoryType, |
RigVMCore/RigVMNativized.h |
GetMemoryByType(FRigVMExtendedExecuteContext &, ERigVMMemoryType)
Description
Returns a memory storage by type.
| Name | GetMemoryByType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path | #include "RigVMCore/RigVMNativized.h" |
virtual FRigVMMemoryStorageStruct * GetMemoryByType
(
FRigVMExtendedExecuteContext & Context,
ERigVMMemoryType InMemoryType
)
GetMemoryByType(ERigVMMemoryType, bool)
| Name | GetMemoryByType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path | #include "RigVMCore/RigVMNativized.h" |
virtual URigVMMemoryStorage * GetMemoryByType
(
ERigVMMemoryType InMemoryType,
bool bCreateIfNeeded
)