Navigation
API > API/Plugins > API/Plugins/USDUtilities
References
| Module | USDUtilities |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDUtilities/Public/USDGeomMeshConversion.h |
| Include | #include "USDGeomMeshConversion.h" |
Syntax
struct FUsdPrimMaterialAssignmentInfo
Remarks
Complete description of material assignment data of a pxr::UsdPrim
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | MaterialIndices | Describes the index of the Slot that each polygon/face of a mesh uses. Matches the order in Slots | |
| TMap< FString, int32 > | PrimvarToUVIndex | Describes which primvars should be assigned to each UV index for this mesh. | |
| TArray< FUsdPrimMaterialSlot > | Slots |