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

Engine.UIDataProvider_OnlinePlayerDataBase

Extends
UIDataProvider
Modifiers
native ( inherit ) transient abstract

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

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

Direct Known Subclasses:

UIDataProvider_OnlineFriendMessages, UIDataProvider_OnlineFriends, UIDataProvider_OnlinePartyChatList, UIDataProvider_OnlinePlayerStorage, UIDataProvider_PlayerAchievements

Constants Summary
Inherited Contants from Engine.UIRoot
DEFAULT_SIZE_X, DEFAULT_SIZE_Y, MAX_SUPPORTED_GAMEPADS

Variables Summary
intPlayerControllerId
Inherited Variables from Engine.UIDataProvider
ProviderChangedNotifies, WriteAccessType

Enumerations Summary
Inherited Enumerations from Engine.UIDataProvider
EProviderAccessType
Inherited Enumerations from Engine.UIRoot
EInputPlatformType, EUIDataProviderFieldType

Structures Summary
Inherited Structures from Engine.UIDataProvider
UIDataProviderField
Inherited Structures from Engine.UIRoot
InputEventParameters, InputKeyAction, RawInputKeyEventData, SubscribedInputEventParameters, TextureCoordinates, UIAxisEmulationDefinition, UIDataStoreBinding, UIProviderFieldValue, UIProviderScriptFieldValue, UIRangeData

Functions Summary
event OnRegister (LocalPlayer InPlayer))
event OnUnregister ()))
Inherited Functions from Engine.UIDataProvider
AddPropertyNotificationChangeRequest, AllowPublishingToField, GenerateFillerData, GenerateScriptMarkupString, GetFieldValue, GetProviderFieldType, GetSupportedScriptFields, IsCollectionDataType, IsProviderDisabled, NotifyPropertyChanged, ParseArrayDelimiter, ParseTagArrayDelimiter, RemovePropertyNotificationChangeRequest, SetFieldValue
Inherited Functions from Engine.UIRoot
GetCurrentUIController, GetDataStoreFieldValue, GetDataStoreStringValue, GetInputPlatformType, GetOnlineGameInterface, GetOnlinePlayerInterface, GetOnlinePlayerInterfaceEx, GetSceneClient, SetDataStoreFieldValue, SetDataStoreStringValue, StaticResolveDataStore


Variables Detail

PlayerControllerId Source code

var int PlayerControllerId;
Holds the player that this provider is getting friends for


Functions Detail

OnRegister Source code

event OnRegister ( LocalPlayer InPlayer) )
Binds the player to this provider
@param InPlayer the player that is being bound to the provider

OnUnregister Source code

event OnUnregister ( ) )
Tells the provider that the player is no longer valid


Defaultproperties

defaultproperties
{
	PlayerControllerId=-1
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:58.694 - Created with UnCodeX