Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMMemoryContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Allocate
(
int32 InElementSize, |
Allocates a new unnamed register. | RigVMCore/RigVMMemoryDeprecated.h | |
| Allocates a new named register. | RigVMCore/RigVMMemoryDeprecated.h |
Allocate(int32, int32, int32, const uint8 *, bool)
Description
Allocates a new unnamed register.
| Name | Allocate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryDeprecated.h |
| Include Path | #include "RigVMCore/RigVMMemoryDeprecated.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMMemoryDeprecated.cpp |
int32 Allocate
(
int32 InElementSize,
int32 InElementCount,
int32 InSliceCount,
const uint8 * InDataPtr,
bool bUpdateRegisters
)
Allocate(const FName &, int32, int32, int32, const uint8 *, bool)
Description
Allocates a new named register.
| Name | Allocate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryDeprecated.h |
| Include Path | #include "RigVMCore/RigVMMemoryDeprecated.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMMemoryDeprecated.cpp |
int32 Allocate
(
const FName & InNewName,
int32 InElementSize,
int32 InElementCount,
int32 InSliceCount,
const uint8 * InDataPtr,
bool bUpdateRegisters
)