![]() |
ezEngine Release 25.08
|
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. | |
Describes the state of the current chunk.