ULeaderboardBlueprintLibrary

A beacon host used for taking reservations for an existing game session

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/LeaderboardBlueprintLibrary.h

Include

#include "LeaderboardBlueprintLibrary.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Meta=(ScriptName="LeaderboardLibrary"))
class ULeaderboardBlueprintLibrary : public UBlueprintFunctionLibrary

Remarks

A beacon host used for taking reservations for an existing game session

Constructors

Name Description

Public function

ULeaderboardBlueprintLibrary

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category

bool

 

WriteLeaderboardInteger

(
    APlayerController* PlayerContr...,
    FName StatName,
    int32 StatValue
)

Writes an integer value to the specified leaderboard

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss