Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | FLeaderboardsCommon |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/LeaderboardsCommon.h |
| Include Path | #include "Online/LeaderboardsCommon.h" |
Syntax
class FLeaderboardsCommon : public UE::Online::TOnlineComponent< ILeaderboards >
Inheritance Hierarchy
- ComponentType → TOnlineComponent → FLeaderboardsCommon
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLeaderboardsCommon
(
FOnlineServicesCommon& InServices |
Online/LeaderboardsCommon.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TOnlineComponent< ILeaderboards > | Online/LeaderboardsCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TOnlineAsyncOpHandle< FReadEntriesAroundRank > ReadEntriesAroundRank
(
FReadEntriesAroundRank::Params&& Params |
Online/LeaderboardsCommon.h | ||
virtual TOnlineAsyncOpHandle< FReadEntriesAroundUser > ReadEntriesAroundUser
(
FReadEntriesAroundUser::Params&& Params |
Online/LeaderboardsCommon.h | ||
virtual TOnlineAsyncOpHandle< FReadEntriesForUsers > ReadEntriesForUsers
(
FReadEntriesForUsers::Params&& Params |
ILeaderboards. | Online/LeaderboardsCommon.h | |
virtual TOnlineAsyncOpHandle< FWriteLeaderboardScores > WriteLeaderboardScores
(
FWriteLeaderboardScores::Params&& Params |
Internal use only, for stats common implementation. | Online/LeaderboardsCommon.h |
Overridden from TOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Online/LeaderboardsCommon.h |
Overridden from IOnlineComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Initialize() |
TOnlineComponent. | Online/LeaderboardsCommon.h | |
virtual void UpdateConfig() |
Called whenever we need to reload data from config. | Online/LeaderboardsCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteLeaderboardsByStats
(
const FStatsUpdated& StatsUpdated |
Online/LeaderboardsCommon.h |