Navigation
API > API/Plugins > API/Plugins/RigVM
The FRigVMForwardedMemoryHandle is used to forward memory from a call site to a callable. The compiler compiled callables arguments to this structure. FRigVMMemoryHandles pointing to this structure will use the pointer to perform indirection on the memory.
| Name | FRigVMForwardedMemoryHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
Syntax
USTRUCT ()
struct FRigVMForwardedMemoryHandle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Memory | uint8 * | RigVMCore/RigVMMemoryStorage.h | ||
| Property | const FProperty * | RigVMCore/RigVMMemoryStorage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
RigVMCore/RigVMMemoryStorage.h |