|
| ezAssetDocumentInfo (ezAssetDocumentInfo &&rhs) |
|
void | operator= (ezAssetDocumentInfo &&rhs) |
|
void | CreateShallowClone (ezAssetDocumentInfo &out_docInfo) const |
| Creates a clone without meta data.
|
|
void | ClearMetaData () |
|
const char * | GetAssetsDocumentTypeName () const |
|
void | SetAssetsDocumentTypeName (const char *szSz) |
|
const ezString & | GetAssetsDocumentTags () const |
|
void | SetAssetsDocumentTags (const ezString &sTags) |
|
const ezReflectedClass * | GetMetaInfo (const ezRTTI *pType) const |
| Returns an object from m_MetaInfo of the given base type, or nullptr if none exists.
|
|
template<typename T > |
const T * | GetMetaInfo () const |
| Returns an object from m_MetaInfo of the given base type, or nullptr if none exists.
|
|
virtual const ezRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const ezRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T > |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
|
static const ezRTTI * | GetStaticRTTI () |
|
◆ m_MetaInfo
Holds arbitrary objects that store meta-data for the asset document. Mainly used for exposed parameters, but can be any reflected type. This array takes ownership of all objects and deallocates them on shutdown.
◆ m_Outputs
Additional output this asset produces besides the default one. These are tags like VISUAL_SHADER that are resolved by the ezAssetDocumentManager into paths.
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Editor/EditorFramework/Assets/AssetDocumentInfo.h
- /home/runner/work/ezEngine/ezEngine/Code/Editor/EditorFramework/Assets/Implementation/AssetDocumentInfo.cpp