Skip to main content
PFLeaderboardsLeaderboardEntryUpdate data model.

Syntax

Members

entityId   const char*
is null-terminated
The unique Id for the entry. If using PlayFab Entities, this would be the entityId of the entity. metadata   const char*
is null-terminated
(Optional) Arbitrary metadata to store along side the leaderboard entry, will be returned by all Leaderboard APIs. scores   const char* const*
may be nullptr
(Optional) The scores for the leaderboard. The number of values provided here must match the number of columns in the Leaderboard definition. scoresCount   uint32_t Count of scores

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members
Last modified on August 31, 2026