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