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 const FRigVMMemoryStorageStruct * GetMemoryByType
(
const FRigVMExtendedExecuteContext& Context, |
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" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMNativized.cpp |
virtual FRigVMMemoryStorageStruct * GetMemoryByType
(
FRigVMExtendedExecuteContext & Context,
ERigVMMemoryType InMemoryType
)
GetMemoryByType(const FRigVMExtendedExecuteContext &, ERigVMMemoryType)
| Name | GetMemoryByType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path | #include "RigVMCore/RigVMNativized.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMNativized.cpp |
virtual const FRigVMMemoryStorageStruct * GetMemoryByType
(
const FRigVMExtendedExecuteContext & Context,
ERigVMMemoryType InMemoryType
) const