#include <assets.h>
The base interface of AssetBaseWithUpdateInterface and AssetDescriptionInterface. It inherits from AssetIdentifierInterface and adds methods to obtain the repository.
◆ MAXON_INTERFACE()
◆ GetRepositoryId()
Returns the identifier of the repository where this asset is stored.
- Returns
- Asset repository identifier (empty when the asset doesn't belong to a repository).
◆ GetRepository()
Returns the repository where this asset is stored. The implementation should use a weak reference to avoid circular references.
- Returns
- Asset repository (empty when the asset doesn't belong to a repository).