Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
namespace ELeaderboardUpdateMethod
{
enum Type
{
KeepBest,
Force,
}
}
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 |
How to upload leaderboard score updates