Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCompressedGrowableBuffer
Description
Accesses the data at passed in offset and returns it. The memory is read-only and memory will be freed in call to unlock. The lifetime of the data is till the next call to Unlock, Append or Access
| Name | Access |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h |
| Include Path | #include "Misc/CompressedGrowableBuffer.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Compression.cpp |
void * Access
(
int32 Offset
)
Parameters
| Name | Remarks |
|---|---|
| Offset | Offset to return corresponding data for |