HDK
|
#include <dataSourceMapped.h>
Public Attributes | |
DataSourceAttributeFactoryFn | factory |
![]() | |
TfToken | usdName |
HdDataSourceLocator | hdLocator |
Specify how an attribute on the given Usd prim maps to a data source in this (nested) container data source.
Definition at line 83 of file dataSourceMapped.h.
DataSourceAttributeFactoryFn UsdImagingDataSourceMapped::AttributeMapping::factory |
Function to compute data source from UsdAttribute.
Defaults to the appropriate overload of UsdImagingDataSourceAttributeNew.
Clients can implement custom behavior. For example, following the connection of a UsdShadeOutput and return the path of the connected prim.
Definition at line 94 of file dataSourceMapped.h.