B1CharacterAttribute
- Holds the full set of procedurally generated or authored character attributes,
* including identity, personality, skills, appearance, and education data.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AttributeId | FName | Unique attribute identifier for this character. | Category: AttributeId |
| Gender | EB1GenderType | Gender of the character. | Category: Gender |
| BornAge | int32 | Age at which the character was born. | Category: Age |
| DeadAge | int32 | Age at which the character died. | Category: Age |
| CharacterFirstNameKey | FString | Localized string table key for the character's first name. | Category: CharacterFirstNameKey |
| CharacterFamilyNameKey | FString | Localized string table key for the character's family name. | Category: CharacterFamilyNameKey |
| FamilyRelationships | TArray | List of family relationship entries for this character. | Category: Relation |
| Personality | FName | Personality trait ID assigned to this character. | Category: Personality Foreign: Trait.Id |
| Characteristics | TArray | List of characteristic trait IDs assigned to this character. | Category: Characteristic Foreign: Trait.Id |
| Aptitudes | TArray | List of aptitude trait IDs assigned to this character. | Category: Aptitude Foreign: Trait.Id |
| UnreadAptitudeIds | TArray | List of unread (NEW) aptitude trait IDs for this character. | Category: Aptitude Foreign: Trait.Id |
| SkillMap | TMap | Map from skill ID to the character's skill info. | Category: Skill Foreign: Skill.Id |
| AmbitionInfo | FB1CharacterAttributeAmbitionInfo | Ambition attribute info for this character. | Category: Ambition |
| PreferenceMap | TMap | Map from preference ID to the character's preference info. | Category: Preference Foreign: Preference.Id |
| JobInfo | FB1CharacterAttributeJobInfo | Job attribute info for this character. | Category: Job |
| AppearancePresetId | FName | Appearance preset ID assigned to this character. | Category: Appearance Foreign: AppearancePreset.Id |
| AppearanceOutfitPresetId | FName | Outfit preset ID assigned to this character (NPC outfit). | Category: Appearance Foreign: AppearanceNpcOutfitPreset.Id |
| AppearanceOutfitTag | FName | Outfit tag used for NPC outfit preset selection. | Category: Appearance Foreign: AppearanceNpcOutfitPreset.OutfitTags |
| AppearanceSetting | FB1AppearanceSetting | Full appearance setting for this character. | Category: ApeearanceSetting |
| CategorizedOutfitPresetMap | TMap | Map from outfit category to appearance preset info per category. | Category: CategorizedStyles |
| CategorizedStyles | TMap | Map from outfit category to style setting slots per category. | Category: CategorizedStyles |
| CharacterFirstName | FString | First name string for this character. | Category: CharacterFirstName |
| CharacterFamilyName | FString | Family name string for this character. | Category: CharacterFamilyName |
| Voice | FB1VoiceSettings | Per-character voice settings (voice ID + pitch offset in semitones). | Category: Voice |
| BornStatMap | TMap | Map from stat ID to born-stat info for this character. | Category: BornStat Foreign: Stat.Id |
| Role | EB1CharacterRole | Special role assigned to this character (e.g., Police, FireFighter). | Category: Role |
| DiversityInfo | FB1DiversityInfo | Diversity information for this character. | Category: Diversity |
| HopeLifeId | FName | Hope life ID assigned to this character. | Category: HopeLife Foreign: HopeLife.Id |
| GenderIdentitySetting | FB1GenderIdentitySetting | Gender identity setting for this character. | Category: GenderIdentity |
| EducationInfo | FB1CharacterAttributeEducationInfo | Education attribute info for this character. | Category: Education |
Back to Type FinderSearch and filter all 2203 StructGuide documents
See alsoCharacter
- EB1CharacterNameFormatType
- FB1CharacterAnimConfig
- FB1CharacterAnimTableRow
- FB1CharacterAttributeAmbitionInfo
- FB1CharacterAttributeAppearancePresetInfo
- FB1CharacterAttributeEducationInfo
- FB1CharacterAttributeJobInfo
- FB1CharacterAttributePreferenceInfo
- FB1CharacterAttributeSkillInfo
- FB1CharacterAttributeTableRow
- FB1CharacterBodyAnimClass
- FB1CharacterBodyCollisionConfig