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" |
Syntax
struct FBufferBookKeeping
Remarks
Helper structure for book keeping.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | CompressedOffset | Offset into compressed data. |
![]() |
int32 | CompressedSize | Size of compressed data in this chunk. |
![]() |
int32 | UncompressedOffset | Offset into uncompressed data. |
![]() |
int32 | UncompressedSize | Size of uncompressed data in this chunk. |