Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
How to upload leaderboard score updates
| Name | ELeaderboardUpdateMethod::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
namespace ELeaderboardUpdateMethod
{
enum Type
{
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 |