B1GarmentGlovesTableRow
- Table row defining gloves garment data for the customization UI,
* including glove length type and rules for unequipping overlapping accessories.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GloveLengthType | EB1GloveLengthType | Glove length type used for outfit compatibility checks. | Category: B1GarmentGlovesTableRow |
| bForceTakeOffBracelet | bool | Flag indicating whether bracelets are removed when gloves are equipped. | Category: B1GarmentGlovesTableRow |
| bForceTakeOffRing | bool | Flag indicating whether rings are removed when gloves are equipped. | Category: B1GarmentGlovesTableRow |
| bForceTakeOffNail | bool | Flag indicating whether nails are removed when gloves are equipped. | Category: B1GarmentGlovesTableRow |
| PartsId | FName | Identifier referencing the parts-button configuration used in customization. | Category: B1GarmentTableRow Foreign: GarmentPartsButton.Id |
| bCustomizable | bool | Flag indicating whether this garment supports user customization. | Category: B1GarmentTableRow |
| NumColorChannels | int32 | Number of color channels exposed in the customization UI. | Category: B1GarmentTableRow |
| AITextureChannels | int32 | Number of AI texture channels exposed in the customization UI. | Category: B1GarmentTableRow |
| Variants | TArray | Mesh variant identifiers used for UI display and selection. | Category: B1GarmentTableRow |
| HiddenFromUI | bool | Flag indicating whether this garment entry is hidden from the UI. | Category: UI |
| VariantGroups | TArray | Variant groups used for UI display and variant selection. | Category: B1GarmentTableRow |
| PartsGroup | TArray | Garment parts groups used for UI customization. | Category: B1GarmentTableRow |
| OutfitCategoryTags | TArray | Outfit categories used for UI filtering. | Category: B1GarmentTableRow |
| Tags | TArray | Tags used for filtering or classification. | Category: B1GarmentTableRow |
| OutfitBuffList | TArray | Buff identifiers applied when this garment is equipped. | Category: B1GarmentTableRow 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 |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoGarment
- EB1GarmentCoveringRegion
- GarmentBottom Data Guide
- GarmentBottomMesh Data Guide
- GarmentFull Data Guide
- GarmentFullMesh Data Guide
- GarmentHat Data Guide
- GarmentHatMesh Data Guide
- GarmentInnerTop Data Guide
- GarmentInnerTopMesh Data Guide
- GarmentInnerUnder Data Guide
- GarmentInnerUnderMesh Data Guide
- GarmentJacket Data Guide