ezEngine  Release 25.03
ezResourceLoadData Struct Reference

Data returned by ezResourceTypeLoader implementations. More...

#include <ResourceTypeLoader.h>

Public Attributes

ezString m_sResourceDescription
 Additional (optional) description that can help during debugging (e.g. the final file path).
 
ezTimestamp m_LoadedFileModificationDate
 Used to keep track when the loaded file was modified last and thus when reloading of the resource might be necessary.
 
ezStreamReaderm_pDataStream = nullptr
 All loaded data should be stored in a memory stream. This stream reader allows the resource to read the memory stream.
 
void * m_pCustomLoaderData = nullptr
 Custom loader data, e.g. a pointer to a custom memory block, that needs to be freed when the resource is done updating.
 

Detailed Description

Data returned by ezResourceTypeLoader implementations.


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