HDK
|
#include <assetInfo.h>
Public Attributes | |
std::string | version |
Version of the resolved asset, if any. More... | |
std::string | assetName |
std::string | repoPath |
VtValue | resolverInfo |
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 41 of file assetInfo.h.
|
related |
|
related |
|
related |
Definition at line 74 of file assetInfo.h.
std::string ArAssetInfo::assetName |
The name of the asset represented by the resolved asset, if any.
Definition at line 49 of file assetInfo.h.
std::string ArAssetInfo::repoPath |
Definition at line 53 of file assetInfo.h.
VtValue ArAssetInfo::resolverInfo |
Additional information specific to the active plugin asset resolver implementation.
Definition at line 57 of file assetInfo.h.
std::string ArAssetInfo::version |
Version of the resolved asset, if any.
Definition at line 45 of file assetInfo.h.