unreal.LeaderboardLibrary

class unreal.LeaderboardLibrary(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: BlueprintFunctionLibrary

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

C++ Source:

  • Plugin: OnlineSubsystemUtils

  • Module: OnlineSubsystemUtils

  • File: LeaderboardBlueprintLibrary.h

classmethod write_leaderboard_integer(player_controller, stat_name, stat_value) bool

Writes an integer value to the specified leaderboard

Parameters:
Return type:

bool