Skip to main content
PFProfilesEntityProfileBody data model.

Syntax

Members

avatarUrl   const char*
is null-terminated
(Optional) Avatar URL for the entity. created   time_t The creation time of this profile in UTC. displayName   const char*
is null-terminated
(Optional) The display name of the entity. This field may serve different purposes for different entity types. i.e.: for a title player account it could represent the display name of the player, whereas on a character it could be character’s name. entity   PFEntityKey const*
may be nullptr
(Optional) The entity id and type. entityChain   const char*
is null-terminated
(Optional) The chain of responsibility for this entity. Use Lineage. experimentVariants   const char* const*
may be nullptr
(Optional) The experiment variants of this profile. experimentVariantsCount   uint32_t Count of experimentVariants files   PFProfilesEntityProfileFileMetadataDictionaryEntry const*
may be nullptr
(Optional) The files on this profile. filesCount   uint32_t Count of files language   const char*
is null-terminated
(Optional) The language on this profile. lineage   PFEntityLineage const*
may be nullptr
(Optional) The lineage of this profile. objects   PFProfilesEntityDataObjectDictionaryEntry const*
may be nullptr
(Optional) The objects on this profile. objectsCount   uint32_t Count of objects permissions   PFProfilesEntityPermissionStatement const*
may be nullptr
(Optional) The permissions that govern access to this entity profile and its properties. Only includes permissions set on this profile, not global statements from titles and namespaces. permissionsCount   uint32_t Count of permissions statistics   PFEntityStatisticValueDictionaryEntry const*
may be nullptr
(Optional) The statistics on this profile. statisticsCount   uint32_t Count of statistics versionNumber   int32_t The version number of the profile in persistent storage at the time of the read. Used for optional optimistic concurrency during update.

Requirements

Header: PFProfilesTypes.h

See also

PFProfilesTypes members
Last modified on August 3, 2026