Skip to main content
PFLeaderboardsUpdateLeaderboardDefinitionRequest 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 eventEmissionConfig   PFLeaderboardsLeaderboardEventEmissionConfig const*
may be nullptr
(Optional) [In Preview]: The configuration for the events emitted by this leaderboard. If not specified, no events will be emitted. name   const char*
is null-terminated
The name of the leaderboard to update the definition for. sizeLimit   int32_t const*
may be nullptr
(Optional) Maximum number of entries on this leaderboard. versionConfiguration   PFVersionConfiguration const*
may be nullptr
(Optional) The version reset configuration for the leaderboard definition.

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members
Last modified on August 31, 2026