Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.UIDataProvider_OnlinePlayers

Extends
UIDataProvider_OnlinePlayerDataBase
Modifiers
native ( inherit ) implements ( UIListElementCellProvider ) dependson ( OnlineSubsystem ) transient

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

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIDataProvider_OnlinePlayerDataBase
         |   
         +-- Engine.UIDataProvider_OnlinePlayers

Variables Summary
Inherited Variables from Engine.UIDataProvider_OnlinePlayerDataBase
Player
Inherited Variables from Engine.UIDataProvider
ProviderChangedNotifies, WriteAccessType

Enumerations Summary
Inherited Enumerations from Engine.UIDataProvider
EProviderAccessType

Structures Summary
Inherited Structures from Engine.UIDataProvider
UIDataProviderField

Functions Summary
function OnPlayersReadComplete ()))
event OnRegister (LocalPlayer InPlayer))
Inherited Functions from Engine.UIDataProvider_OnlinePlayerDataBase
OnRegister, OnUnregister
Inherited Functions from Engine.UIDataProvider
AddPropertyNotificationChangeRequest, GenerateFillerData, GenerateScriptMarkupString, GetFieldValue, GetSupportedScriptFields, NotifyPropertyChanged, RemovePropertyNotificationChangeRequest, SetFieldValue


Functions Detail

OnPlayersReadComplete Source code

function OnPlayersReadComplete ( ) )
Handles the notification that the async read of the players data is done

OnRegister Source code

event OnRegister ( LocalPlayer InPlayer) )
Binds the player to this provider. Starts the async friends list gathering
@param InPlayer the player that we are retrieving friends for


Defaultproperties

defaultproperties
{
   Name="Default__UIDataProvider_OnlinePlayers"
   ObjectArchetype=UIDataProvider_OnlinePlayerDataBase'Engine.Default__UIDataProvider_OnlinePlayerDataBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:46.647 - Created with UnCodeX