B1AttachedAccessoryTableRow
- Table row defining attached accessory data for character customization,
* including accessory type, mesh variants, material sections, tags.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AccessoryType | FName | Accessory type identifier. | Category: B1AttachedAccessoryTableRow |
| HiddenFromUI | bool | Flag indicating whether this entry is hidden in the UI. | Category: UI |
| Variants | TArray | Variant mesh identifiers for this accessory. | Category: B1AttachedAccessoryTableRow Foreign: AttachedAccessoryMesh.Id |
| MaterialSectionGroups | TArray | Material section groups used for customization. | Category: B1AttachedAccessoryTableRow |
| OutfitCategoryTags | TArray | Outfit categories used for filtering in the UI. | Category: B1AttachedAccessoryTableRow Foreign: DataFilter.TagList |
| Tags | TArray | Tags used for categorization and filtering. | Category: B1AttachedAccessoryTableRow |
| OutfitBuffList | TArray | Buff identifiers for the equipped accessory. | Category: B1AttachedAccessoryTableRow Foreign: Buff.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 |