ULeaderboardQueryCallbackProxy::CreateProxyObjectForIntQuery

Queries a leaderboard for an integer value.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "LeaderboardQueryCallbackProxy.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable,
          Meta=(BlueprintInternalUseOnly="true", DisplayName="Read Leaderboard Integer"),
          Category="Online|Leaderboard")
static ULeaderboardQueryCallbackProxy * CreateProxyObjectForIntQuery
(
    class APlayerController * PlayerController,
    FName StatName
)

Remarks

Queries a leaderboard for an integer value.

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