Skip to main content
PFLeaderboardsGetFriendLeaderboardForEntityRequest data model.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags entity   PFEntityKey const*
may be nullptr
(Optional) The optional entity to perform this action on. Defaults to the currently logged in entity. externalFriendSources   PFExternalFriendSources const*
may be nullptr
(Optional) Indicates which other platforms’ friends should be included in the response. In HTTP, it is represented as a comma-separated list of platforms. leaderboardName   const char*
is null-terminated
Name of the leaderboard. version   uint32_t const*
may be nullptr
(Optional) Optional version of the leaderboard, defaults to current version. xboxToken   const char*
is null-terminated
(Optional) XBOX token if XBOX friends should be included. Requires XBOX be configured on PlayFab.

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members
Last modified on August 31, 2026