The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UIDataProvider_OnlinePlayerDataBase (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UIDataProvider_OnlinePlayerDataBase
Package: 
Engine
Direct subclasses:
UIDataProvider_OnlineProfileSettings, UIDataProvider_OnlineClanMates, UIDataProvider_OnlineFriendMessages, UIDataProvider_OnlineFriends, UIDataProvider_OnlinePlayers
This class in other games:
UDK

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

Properties

Player

Type: LocalPlayer

Holds the player that this provider is getting friends for

Events

OnRegister

event OnRegister (LocalPlayer InPlayer)

Binds the player to this provider

Parameters:

  • InPlayer - the player that is being bound to the provider

OnUnregister

event OnUnregister ()

Tells the provider that the player is no longer valid