Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LeaderboardsCommon.h |
| Include | #include "Online/LeaderboardsCommon.h" |
Syntax
namespace UE
{
namespace Online
{
enum ELeaderboardUpdateMethod
{
KeepBest,
Force,
}
}
}
Values
| Name | Description |
|---|---|
| KeepBest | If current leaderboard score is better than the uploaded one, keep the current one |
| Force | Leaderboard score is always replaced with uploaded value |
Remarks
Serializes data in network byte order form into a buffer