My program doesn't have bugs. It just develops random features.

UE3:UIDataProvider_OnlinePlayers (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIDataProvider_OnlinePlayerDataBase >> UIDataProvider_OnlinePlayers

Contents

Package: 
Engine
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

This class is responsible for retrieving the players list from the online subsystem and populating the UI with that data.

[edit] Functions

[edit] Events

[edit] OnRegister

event OnRegister (LocalPlayer InPlayer)

Overrides: UIDataProvider_OnlinePlayerDataBase.OnRegister

Binds the player to this provider. Starts the async friends list gathering

Parameters:

  • InPlayer - the player that we are retrieving friends for

[edit] Other instance functions

[edit] OnPlayersReadComplete

function OnPlayersReadComplete ()

Handles the notification that the async read of the players data is done