Skip to main content
PFFriendsFriendInfo data model.

Syntax

Members

facebookInfo   PFUserFacebookInfo const*
may be nullptr
(Optional) Available Facebook information (if the user and connected Facebook friend both have PlayFab Accounts in the same title). friendPlayFabId   const char*
is null-terminated
(Optional) PlayFab unique identifier for this friend. gameCenterInfo   PFUserGameCenterInfo const*
may be nullptr
(Optional) Available Game Center information (if the user and connected Game Center friend both have PlayFab Accounts in the same title). profile   PFPlayerProfileModel const*
may be nullptr
(Optional) The profile of the user, if requested. PSNInfo   PFUserPsnInfo const*
may be nullptr
(Optional) Available PlayStation :tm: Network information, if the user connected PlayStation :tm Network friend both have PlayFab Accounts in the same title. steamInfo   PFUserSteamInfo const*
may be nullptr
(Optional) Available Steam information (if the user and connected Steam friend both have PlayFab Accounts in the same title). tags   const char* const*
may be nullptr
(Optional) Tags which have been associated with this friend. tagsCount   uint32_t Count of tags titleDisplayName   const char*
is null-terminated
(Optional) Title-specific display name for this friend. username   const char*
is null-terminated
(Optional) PlayFab unique username for this friend. xboxInfo   PFUserXboxInfo const*
may be nullptr
(Optional) Available XBOX information, (if the user and connected XBOX Live friend both have PlayFab Accounts in the same title).

Requirements

Header: PFFriendsTypes.h

See also

PFFriendsTypes members
Last modified on August 20, 2026