![]() |
Contains information about a resolved asset. More...
Public Attributes | |
| std::string | version |
| Version of the resolved asset, if any. More... | |
| std::string | assetName |
| The name of the asset represented by the resolved asset, if any. More... | |
| std::string | repoPath |
| VtValue | resolverInfo |
| Additional information specific to the active plugin asset resolver implementation. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| void | swap (ArAssetInfo &lhs, ArAssetInfo &rhs) |
| AR_API bool | operator== (const ArAssetInfo &lhs, const ArAssetInfo &rhs) |
| AR_API bool | operator!= (const ArAssetInfo &lhs, const ArAssetInfo &rhs) |
Contains information about a resolved asset.
Definition at line 40 of file assetInfo.h.
|
related |
|
related |
|
related |
Definition at line 61 of file assetInfo.h.
| std::string assetName |
The name of the asset represented by the resolved asset, if any.
Definition at line 48 of file assetInfo.h.
| std::string repoPath |
Definition at line 52 of file assetInfo.h.
| VtValue resolverInfo |
Additional information specific to the active plugin asset resolver implementation.
Definition at line 56 of file assetInfo.h.
| std::string version |
Version of the resolved asset, if any.
Definition at line 44 of file assetInfo.h.