Cogito, ergo sum
Difference between revisions of "UE3:UIDataProvider OnlinePlayerDataBase (UDK)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Talk) |
m (1 revision: class descriptions for UDK January update (part 6)) |
(No difference)
|
Latest revision as of 05:50, 17 January 2010
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 is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This class is responsible for retrieving the friends list from the online subsystem and populating the UI with that data.
Properties[edit]
Player[edit]
Type: LocalPlayer
Holds the player that this provider is getting friends for
Events[edit]
OnRegister[edit]
event OnRegister (LocalPlayer InPlayer)
Binds the player to this provider
Parameters:
- InPlayer - the player that is being bound to the provider
OnUnregister[edit]
event OnUnregister ()
Tells the provider that the player is no longer valid