Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- ULeaderboardBlueprintLibrary
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h |
| Include | #include "LeaderboardBlueprintLibrary.h" |
Syntax
UCLASS (Meta=(ScriptName="LeaderboardLibrary"))
class ULeaderboardBlueprintLibrary : public UBlueprintFunctionLibrary
Remarks
A beacon host used for taking reservations for an existing game session
Constructors
| Type | Name | Description | |
|---|---|---|---|
ULeaderboardBlueprintLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | WriteLeaderboardInteger
(
APlayerController* PlayerController, |
Writes an integer value to the specified leaderboard |