Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFLeaderboardsLeaderboardEventEmissionConfig data model.
Syntax
typedef struct PFLeaderboardsLeaderboardEventEmissionConfig {
PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig const* entityRankOnVersionEndConfig;
PFLeaderboardsLeaderboardVersionEndConfig const* versionEndConfig;
} PFLeaderboardsLeaderboardEventEmissionConfig;
Members
entityRankOnVersionEndConfig PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig const*
may be nullptr
(Optional) This event emits the top ranks of the leaderboard when the leaderboard version end.
versionEndConfig PFLeaderboardsLeaderboardVersionEndConfig const*
may be nullptr
(Optional) This event is emitted when the leaderboard version end.
Requirements
Header: PFLeaderboardsTypes.h