unreal.LeaderboardLibrary

class unreal.LeaderboardLibrary(outer=None, name='None')

Bases: unreal.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
Returns

Return type

bool