|
using | Iterator = std::vector<Subasset>::iterator |
|
using | ConstIterator = std::vector<Subasset>::const_iterator |
|
|
| MetaFile (AssetRegistry &assetRegistry, const std::filesystem::path &) |
|
void | Load (AssetRegistry &assetRegistry, const std::filesystem::path &) |
|
void | Save () |
|
bool | TryGetDefaultSubasset (Subasset &subasset) const |
|
Uuid | GetOrCreateDefaultSubassetUuid (std::string &subassetName, AssetType assetType) |
|
Uuid | GetOrCreateSubassetUuid (std::string &subassetName, AssetType assetType) |
|
size_t | GetSubassetCount () const |
|
bool | TryGetDefaultSubassetUuid (Uuid &outUuid) const |
|
bool | TryGetSubassetUuid (std::string &subassetName, Uuid &outUuid) const |
|
bool | IsValid () const |
|
bool | IsOutdatedVersion () const |
|
Iterator | begin () noexcept |
|
ConstIterator | begin () const noexcept |
|
Iterator | end () noexcept |
|
ConstIterator | end () const noexcept |
|
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Common/ResourcePipeline/MetaFile.hpp
- /github/workspace/sources/code/Common/ResourcePipeline/MetaFile.cpp