ULeaderboardBlueprintLibrary::WriteLeaderboardInteger

Writes an integer value to the specified leaderboard

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "LeaderboardBlueprintLibrary.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/LeaderboardBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Online|Leaderboard")
static bool WriteLeaderboardInteger
(
    APlayerController * PlayerController,
    FName StatName,
    int32 StatValue
)

Remarks

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