HDK
|
#include <flattenUtils.h>
Public Attributes | |
SdfLayerHandle | sourceLayer |
Layer where the asset path is authored. More... | |
std::string | assetPath |
Authored asset path. More... | |
VtDictionary | expressionVariables |
Expression variables from the layer stack. More... | |
Context object containing information used when resolving asset paths during layer stack flattening.
Definition at line 134 of file flattenUtils.h.
std::string UsdFlattenResolveAssetPathContext::assetPath |
Authored asset path.
Definition at line 141 of file flattenUtils.h.
VtDictionary UsdFlattenResolveAssetPathContext::expressionVariables |
Expression variables from the layer stack.
Definition at line 144 of file flattenUtils.h.
SdfLayerHandle UsdFlattenResolveAssetPathContext::sourceLayer |
Layer where the asset path is authored.
Definition at line 138 of file flattenUtils.h.