Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore > API/Plugins/RigVM/RigVMCore/FRigVMMemoryHandle
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include | #include "RigVMCore/RigVMMemoryStorage.h" |
template<typename ComputedType>
TRigVMLazyValue< ComputedType > GetDataLazily
&40;
bool bFollowPropertyPath,
int32 InSliceIndex
&41; const
Remarks
Computes the data if necessary and returns the cached pointer stored within the handle. The traversed memory cached by this handle (const)
Parameters
| Name | Description |
|---|---|
| bFollowPropertyPath | If set to true the memory handle will traverse the memory using the property path |
| InSliceIndex | If this is != INDEX_NONE the memory handle will return the slice of the memory requested |