Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- ULeaderboardBlueprintLibrary
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h |
| Include | #include "LeaderboardBlueprintLibrary.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"LeaderboardLibrary"&41;&41;
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 |