Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCompressedGrowableBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h |
| Include | #include "Misc/CompressedGrowableBuffer.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Compression.cpp |
void * Access
(
int32 Offset
)
Remarks
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
Parameters
| Name | Description |
|---|---|
| Offset | Offset to return corresponding data for |