B1AttachedAccessoryMeshTableRow
- Table row defining attached accessory mesh data for character customization,
* including accessory type, rotation offset, material overrides, socket meshes, and matching rules.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AccessoryType | FName | Accessory type identifier for this mesh. | Category: B1AttachedAccessoryMeshTableRow |
| RotationOffset | FRotator | Rotation offset for accessory placement. | Category: B1AttachedAccessoryMeshTableRow |
| OverrideMaterial | TArray | Materials overriding the default accessory mesh materials. | Category: B1AttachedAccessoryMeshTableRow |
| SocketByMesh | TMap | Static meshes for each socket or bone name. | Category: B1AttachedAccessoryMeshTableRow |
| MatchingGenderId | TMap | Gender-based variants indexed by gender type. | Category: B1AttachedAccessoryMeshTableRow Foreign: AttachedAccessoryMesh.Id |
| MatchingBodyAgeId | TMap | Body-age–based variants indexed by body age type. | Category: B1AttachedAccessoryMeshTableRow Foreign: AttachedAccessoryMesh.Id |
| Thumbnail | TSoftObjectPtr | Thumbnail asset used in the customization UI. | Category: UI |
| DescTextId | FString | Localized description text identifier. | Category: UI |
| GenderType | EB1GenderType | Gender filter for this appearance entry. | Category: B1AppearanceTableRow |
| BodyAgeType | EB1BodyAgeType | Body-age filter for this appearance entry. | Category: B1AppearanceTableRow |
| SubCategories | TArray | Subcategory identifiers indexing this appearance entry. | Category: B1AppearanceTableRow Foreign: GarmentSubCategory.Id |
| IsLockedItem | bool | Flag indicating whether this entry is locked. | Category: B1AppearanceTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |