B1AppearancePresetTableRow
- Table row defining a full appearance preset for the customization UI.
* Includes body, face, hair, outfit, tags, and metadata.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SubCategories | TArray | Subcategories used for preset grouping. | Category: B1AppearancePresetTableRow Foreign: GarmentSubCategory.Id |
| GenderType | EB1GenderType | Gender applied by this preset. | Category: Body |
| Age | int32 | Age applied by this preset. | Category: Body ClampMin: 0 |
| BodySkinColorId | FName | Body skin-color identifier. | Category: Body Foreign: AppearanceSkinColor.Id |
| BodyShapeId | FName | Body-shape preset identifier. | Category: Body Foreign: AppearanceBodyShape.Id |
| HeadId | FName | Head appearance identifier. | Category: Face Foreign: AppearanceHead.Id |
| EyebrowId | FName | Eyebrow identifier. | Category: Face Foreign: AppearanceEyebrow.Id |
| EyebrowColor | FString | Eyebrow color in RGBA hex. | Category: Face |
| EyelashId | FName | Eyelash identifier. | Category: Face Foreign: AppearanceEyelash.Id |
| EyelashColor | FString | Eyelash color in RGBA hex. | Category: Face |
| MustacheId | FName | Mustache identifier. | Category: Face Foreign: AppearanceMustache.Id |
| BeardId | FName | Beard identifier. | Category: Face Foreign: AppearanceBeard.Id |
| FaceHairColor | FString | Face-hair color in RGBA hex. | Category: Face |
| HairId | FName | Hair mesh identifier. | Category: Hair Foreign: AppearanceHairMesh.Id |
| HairColor | FString | Hair color in RGBA hex. | Category: Hair |
| OutfitPreset | FB1OutfitPresetData | Outfit data for this preset. | Category: B1AppearancePresetTableRow |
| Tags | TArray | Tags used for filtering or classification. | Category: Tags |
| AgingConditionFlags | int32 | Bitmask flags for valid growth steps. | Category: Tags |
| RaceTags | TArray | Race tags used for random generation. | Category: Tags |
| Thumbnail | TSoftObjectPtr | Thumbnail asset used for UI display. | Category: UI |
| HiddenFromUI | bool | Flag indicating whether this preset is hidden in the UI. | Category: UI |
| bFilterCrowdRandomPick | bool | Flag indicating whether this preset is excluded from crowd random pick. | Category: B1AppearancePresetTableRow |
| OutfitCategoryTags | TArray | Outfit categories used to filter this preset. | Category: B1AppearancePresetTableRow Foreign: DataFilter.TagList |
| LastName | FString | Last name used by this preset. | Category: B1AppearancePresetTableRow |
| FirstName | FString | First name used by this preset. | Category: B1AppearancePresetTableRow |
| PersonalityId | FName | Personality identifier applied by this preset. | Category: B1AppearancePresetTableRow |
| Characteristics | TArray | Characteristic Iidentifier applied by this preset. | Category: B1AppearancePresetTableRow |
| HopeLifeId | FName | HopeLife identifier applied by this preset. | Category: B1AppearancePresetTableRow |
| AmbitionId | FName | Ambition identifier applied by this preset. | Category: B1AppearancePresetTableRow |
| VoiceId | FName | Voice type ID applied by this preset. | Category: B1AppearancePresetTableRow |
| VoicePitchOffset | float | Voice pitch offset in semitones applied by this preset. | Category: B1AppearancePresetTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoAppearance
- EB1AppearanceParts
- AppearanceBeard Data Guide
- AppearanceBodyShape Data Guide
- AppearanceEyebrow Data Guide
- AppearanceEyelash Data Guide
- AppearanceFacePreset Data Guide
- AppearanceFreckles Data Guide
- AppearanceHair Data Guide
- AppearanceHairMesh Data Guide
- AppearanceHead Data Guide
- AppearanceIrisPreset Data Guide
- AppearanceMakeup Data Guide