Skip to main content
PFGetPlayerCombinedInfoResultPayload data model.

Syntax

Members

accountInfo   PFUserAccountInfo const*
may be nullptr
(Optional) Account information for the user. This is always retrieved. characterInventories   PFCharacterInventory const*
may be nullptr
(Optional) Inventories for each character for the user. characterInventoriesCount   uint32_t Count of characterInventories characterList   PFCharacterResult const*
may be nullptr
(Optional) List of characters for the user. characterListCount   uint32_t Count of characterList playerProfile   PFPlayerProfileModel const*
may be nullptr
(Optional) The profile of the players. This profile is not guaranteed to be up-to-date. For a new player, this profile will not exist. playerStatistics   PFStatisticValue const*
may be nullptr
(Optional) List of statistics for this player. playerStatisticsCount   uint32_t Count of playerStatistics titleData   PFStringDictionaryEntry const*
may be nullptr
(Optional) Title data for this title. titleDataCount   uint32_t Count of titleData userData   PFUserDataRecordDictionaryEntry const*
may be nullptr
(Optional) User specific custom data. userDataCount   uint32_t Count of userData userDataVersion   uint32_t The version of the UserData that was returned. userInventory   PFItemInstance const*
may be nullptr
(Optional) Array of inventory items in the user’s current inventory. userInventoryCount   uint32_t Count of userInventory userReadOnlyData   PFUserDataRecordDictionaryEntry const*
may be nullptr
(Optional) User specific read-only data. userReadOnlyDataCount   uint32_t Count of userReadOnlyData userReadOnlyDataVersion   uint32_t The version of the Read-Only UserData that was returned. userVirtualCurrency   PFInt32DictionaryEntry const*
may be nullptr
(Optional) Dictionary of virtual currency balance(s) belonging to the user. userVirtualCurrencyCount   uint32_t Count of userVirtualCurrency userVirtualCurrencyRechargeTimes   PFVirtualCurrencyRechargeTimeDictionaryEntry const*
may be nullptr
(Optional) Dictionary of remaining times and timestamps for virtual currencies. userVirtualCurrencyRechargeTimesCount   uint32_t Count of userVirtualCurrencyRechargeTimes

Requirements

Header: PFTypes.h

See also

PFTypes members
Last modified on August 3, 2026