Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| |
|
| Name |
FLeaderboardDefinition |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LeaderboardsCommon.h |
| Include Path |
#include "Online/LeaderboardsCommon.h" |
Syntax
struct FLeaderboardDefinition
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Id |
int32 |
Corresponding leaderboard id on the platform if needed |
Online/LeaderboardsCommon.h |
|
| Name |
FString |
The name of the leaderboard |
Online/LeaderboardsCommon.h |
|
| OrderMethod |
ELeaderboardOrderMethod |
How the leaderboard score will be ordered |
Online/LeaderboardsCommon.h |
|
| UpdateMethod |
ELeaderboardUpdateMethod |
How the leaderboard score will be updated |
Online/LeaderboardsCommon.h |
|