ezEngine  Release 25.03
ezResourceLoadDesc Struct Reference

Describes in which loading state a resource currently is, and how many different quality levels there are. More...

#include <Declarations.h>

Public Attributes

ezResourceState m_State = ezResourceState::Invalid
 
ezUInt8 m_uiQualityLevelsDiscardable = 0xFF
 How often the resource could discard a 'quality level' of its data and still be usable. Zero for the vast majority of resource types.
 
ezUInt8 m_uiQualityLevelsLoadable = 0xFF
 How often the resource could load another 'quality level' of its data until everything is loaded. Zero for the vast majority of resource types.
 

Detailed Description

Describes in which loading state a resource currently is, and how many different quality levels there are.


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