FBufferBookKeeping

Helper structure for book keeping.

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

CompressedOffset

Offset into compressed data.

Public variable

int32

 

CompressedSize

Size of compressed data in this chunk.

Public variable

int32

 

UncompressedOffset

Offset into uncompressed data.

Public variable

int32

 

UncompressedSize

Size of uncompressed data in this chunk.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss