B1OutfitSetting
- Stores the complete outfit state for a character, including garment, accessory,
* printed accessory, outfit category, and change reason.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CostumeId | FName | Costume ID representing special outfit states (e.g., Default, TakeOffShoes, Undressed). | Category: B1OutfitSetting |
| Garments | TMap | Map from garment type name to garment description (e.g., Top, Bottom, Shoes). | Category: B1OutfitSetting |
| Accessories | TMap | Map from accessory type name to accessory description (e.g., Glasses, Earring). | Category: B1OutfitSetting |
| PrintedAccessories | TArray | List of printed accessory descriptions (e.g., custom-printed items). | Category: B1OutfitSetting |