Loading...
Searching...
No Matches
userProcessingFunc.h File Reference
+ Include dependency graph for userProcessingFunc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UsdUtilsDependencyInfo
 Class containing information from a processed dependency. More...
 

Typedefs

using UsdUtilsProcessingFunc = UsdUtilsDependencyInfo(const SdfLayerHandle &layer, const UsdUtilsDependencyInfo &dependencyInfo)
 Signature for user supplied processing function.
 

Typedef Documentation

◆ UsdUtilsProcessingFunc

using UsdUtilsProcessingFunc = UsdUtilsDependencyInfo( const SdfLayerHandle &layer, const UsdUtilsDependencyInfo &dependencyInfo)

Signature for user supplied processing function.

Parameters
layerThe layer containing this dependency.
dependencyInfocontains asset path information for this dependency.

Definition at line 112 of file userProcessingFunc.h.