Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMMemoryHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | RigVMCore/RigVMMemoryStorage.h | ||
FRigVMMemoryHandle
(
uint8* InPtr, |
Constructor from complete data. | RigVMCore/RigVMMemoryStorage.h |
FRigVMMemoryHandle()
Description
Default constructor.
| Name | FRigVMMemoryHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
FRigVMMemoryHandle()
FRigVMMemoryHandle(uint8 , const FProperty , const FRigVMPropertyPath , FRigVMLazyBranch )
Description
Constructor from complete data.
| Name | FRigVMMemoryHandle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
FRigVMMemoryHandle
(
uint8 * InPtr,
const FProperty * InProperty,
const FRigVMPropertyPath * InPropertyPath,
FRigVMLazyBranch * InLazyBranch
)