Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystem
References
Module | OnlineSubsystem |
Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include | #include "OnlineSubsystemTypes.h" |
Syntax
namespace ELeaderboardUpdateMethod
{
enum Type
{
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
How to upload leaderboard score updates