Skip to main content

B1PhotoFrameCharacterInfo

Full per-character metadata (identity, demographics, stats, emotion, interaction, coop, relation, on-image position) for either the capturer or a subject in the photo.

PropertyTypeDescriptionMetadata
EntityIdFStringEntity id of this character, stored as a decimal string.Category: B1PhotoFrameCharacterInfo
FirstNameTextIdFStringFirst name text id.Category: B1PhotoFrameCharacterInfo
LastNameTextIdFStringLast name text id.Category: B1PhotoFrameCharacterInfo
DisplayNameFStringResolved display name.Category: B1PhotoFrameCharacterInfo
Ageint32Character age at capture.Category: B1PhotoFrameCharacterInfo
GrowthStepFStringLabel of EB1GrowthStep at capture.Category: B1PhotoFrameCharacterInfo
GenderFStringLabel of EB1GenderType at capture.Category: B1PhotoFrameCharacterInfo
StatsFB1PhotoFrameStatsInfoDesire stats snapshot for this character at capture.Category: B1PhotoFrameCharacterInfo
EmotionFStringLabel of EB1EmotionType at capture.Category: B1PhotoFrameCharacterInfo
bHasInteractionboolWhether this character is currently playing an interaction.Category: B1PhotoFrameCharacterInfo
InteractionFB1PhotoFrameInteractionInfoCurrent interaction snapshot; valid only when bHasInteraction is true.Category: B1PhotoFrameCharacterInfo
bHasCoopboolWhether this character is currently in a coop. Reserved: not yet wired to gameplay logic.Category: B1PhotoFrameCharacterInfo
CoopFB1PhotoFrameCoopInfoCoop snapshot; valid only when bHasCoop is true. Reserved: not yet wired to gameplay logic.Category: B1PhotoFrameCharacterInfo
bIsSubjectboolWhether this character is a subject (as opposed to the capturer).Category: B1PhotoFrameCharacterInfo
RelationToCapturerFB1PhotoFrameRelationInfoRelationship of this subject to the capturer; only filled when bIsSubject is true.Category: B1PhotoFrameCharacterInfo
ImagePosUVFVector2DNormalized UV coordinate of this character's head in the saved image; valid only when bHasImagePos is true.Category: B1PhotoFrameCharacterInfo
bHasImagePosboolWhether ImagePosUV is valid for this character.Category: B1PhotoFrameCharacterInfo
bOccludedboolWhether the camera-to-head line of sight is occluded at capture.Category: B1PhotoFrameCharacterInfo