B1ObjectPartsCustomUsageRow
- Data table row defining the customization capabilities for a specific object part group.
* Specifies which mesh groups, material change groups, and material groups are available.
| Property | Type | Description | Metadata |
|---|---|---|---|
| UsableAITexture | bool | Whether this object part can use AI-generated textures. | Category: B1ObjectPartsCustomUsageRow |
| UsableImportedTexture | bool | Whether this object part can use imported (user-provided) textures. | Category: B1ObjectPartsCustomUsageRow |
| MeshGroups | TArray | List of mesh group IDs whose meshes can be swapped on this object part. | Category: B1ObjectPartsCustomUsageRow Foreign: ObjectChangeMeshGroup.Id |
| MaterialChangeGroups | TArray | List of material change group IDs available for switching materials on this part. | Category: B1ObjectPartsCustomUsageRow Foreign: ObjectChangeMaterialGroup.Id |
| MaterialGroups | TArray | List of customizable material group IDs available for color and parameter editing on this part. | Category: B1ObjectPartsCustomUsageRow Foreign: ObjectCustomizeMaterialGroup.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoObject
- EB1ObjectCustomizeType
- Object Data Guide
- ObjectBp Data Guide
- ObjectCategory Data Guide
- ObjectChangeActorGroup Data Guide
- ObjectChangeMaterialGroup Data Guide
- ObjectChangeMeshGroup Data Guide
- ObjectCustomizeMaterialGroup Data Guide
- ObjectCustomizeMaterialParts Data Guide
- ObjectCustomizeShapeTemplates Data Guide
- ObjectDataFilter Data Guide
- ObjectPartsCustomUsage Data Guide