This document is for a version of USD that is under development. See this page for the current release.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ArAssetInfo Class Reference

Contains information about a resolved asset. More...

#include <assetInfo.h>

Public Attributes

std::string version
 Version of the resolved asset, if any.
 
std::string assetName
 The name of the asset represented by the resolved asset, if any.
 
std::string repoPath
 
VtValue resolverInfo
 Additional information specific to the active plugin asset resolver implementation.
 

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)
 

Detailed Description

Contains information about a resolved asset.

Definition at line 24 of file assetInfo.h.

Friends And Related Function Documentation

◆ swap()

void swap ( ArAssetInfo lhs,
ArAssetInfo rhs 
)
related

Definition at line 57 of file assetInfo.h.

Member Data Documentation

◆ assetName

std::string assetName

The name of the asset represented by the resolved asset, if any.

Definition at line 32 of file assetInfo.h.

◆ repoPath

std::string repoPath
Deprecated:
The repository path corresponding to the resolved asset.

Definition at line 36 of file assetInfo.h.

◆ resolverInfo

VtValue resolverInfo

Additional information specific to the active plugin asset resolver implementation.

Definition at line 40 of file assetInfo.h.

◆ version

std::string version

Version of the resolved asset, if any.

Definition at line 28 of file assetInfo.h.


The documentation for this class was generated from the following file: