ezEngine  Release 25.03
ezChunkStreamReader::ChunkInfo Struct Reference

Describes the state of the current chunk. More...

#include <ChunkStream.h>

Public Attributes

bool m_bValid
 If this is false, the end of the chunk file has been reached and no further chunk is available.
 
ezString m_sChunkName
 The name of the chunk.
 
ezUInt32 m_uiChunkVersion
 The version number of the chunk.
 
ezUInt32 m_uiChunkBytes
 The total size of the chunk.
 
ezUInt32 m_uiUnreadChunkBytes
 The number of bytes in the chunk that have not yet been read.
 

Detailed Description

Describes the state of the current chunk.


The documentation for this struct was generated from the following file: