Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCompressedGrowableBuffer
Helper structure for book keeping.
| Name | FBufferBookKeeping |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CompressedGrowableBuffer.h |
| Include Path | #include "Misc/CompressedGrowableBuffer.h" |
Syntax
struct FBufferBookKeeping
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressedOffset | int32 | Offset into compressed data. | Misc/CompressedGrowableBuffer.h | |
| CompressedSize | int32 | Size of compressed data in this chunk. | Misc/CompressedGrowableBuffer.h | |
| UncompressedOffset | int32 | Offset into uncompressed data. | Misc/CompressedGrowableBuffer.h | |
| UncompressedSize | int32 | Size of uncompressed data in this chunk. | Misc/CompressedGrowableBuffer.h |