Skip to main content
PFLeaderboardsGetLeaderboardForEntitiesRequest data model. Request a leaderboard limited to a collection of entities.

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 entityIds   const char* const* Collection of Entity IDs to include in the leaderboard. entityIdsCount   uint32_t Count of entityIds 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.

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members
Last modified on August 31, 2026