Mostly Harmless

Difference between revisions of "UE3:UIDataProvider OnlinePlayerDataBase (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{infobox class
+
{{UE3:UIDataProvider_OnlinePlayerDataBase (UT3)}}
| package = Engine
+
| parent1 = UIDataProvider
+
| parent2 = UIRoot
+
| parent3 = Object
+
| abstract = yes
+
}}
+
{{autogenerated}}
+
This class is responsible for retrieving the friends list from the online
+
subsystem and populating the UI with that data.
+
 
+
==Properties==
+
====Player====
+
'''Type:''' {{cl|LocalPlayer}}
+
 
+
Holds the player that this provider is getting friends for
+
 
+
==Events==
+
====OnRegister====
+
{{code|event '''OnRegister''' ({{cl|LocalPlayer}} '''InPlayer''')}}
+
 
+
<!-- enter event description -->
+
 
+
====OnUnregister====
+
{{code|event '''OnUnregister''' ()}}
+
 
+
Tells the provider that the player is no longer valid
+

Revision as of 06:12, 17 January 2010

UDK Object >> UIRoot >> UIDataProvider >> UIDataProvider_OnlinePlayerDataBase
Package: 
Engine
Direct subclasses:
UIDataProvider_OnlineClanMates, UIDataProvider_OnlineFriendMessages, UIDataProvider_OnlineFriends, UIDataProvider_OnlinePlayers, UIDataProvider_OnlinePlayerStorage, UIDataProvider_PlayerAchievements, UIDataProvider_OnlinePartyChatList
This class in other games:
UT3

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