Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
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 | +-- Engine.UIDataProvider_OnlineFriendMessages
UTUIDataProvider_OnlineFriendMessages
Variables Summary | |
---|---|
string | bIsFriendInviteCol |
string | bWasAcceptedCol |
string | bWasDeniedCol |
string | LastInviteFrom |
string | MessageCol |
array<OnlineFriendMessage> | Messages |
string | SendingPlayerNameCol |
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 | ||
---|---|---|
![]() | OnFriendInviteReceived (byte LocalUserNum, niqueNetId RequestingPlayer, tring RequestingNick, tring Message)) | |
![]() | OnFriendMessageReceived (byte LocalUserNum, niqueNetId SendingPlayer, tring SendingNick, tring Message)) | |
![]() | OnGameInviteReceived (byte LocalUserNum, tring InviterName)) | |
![]() | OnLoginChange ())) | |
![]() | OnRegister (LocalPlayer InPlayer)) | |
![]() | OnUnregister ())) | |
![]() | ReadMessages ())) |
Inherited Functions from Engine.UIDataProvider_OnlinePlayerDataBase |
---|
OnRegister, OnUnregister |
Variables Detail |
---|
The column name to display in the UI
The column name to display in the UI
The column name to display in the UI
The person that sent the last invite
The column name to display in the UI
Gets a copy of the friends messages from the online subsystem
The column name to display in the UI
Functions Detail |
---|
Called when a friend invite arrives for a local player
@param LocalUserNum the user that is receiving the invite
@param RequestingPlayer the player sending the friend request
@param RequestingNick the nick of the player sending the friend request
@param Message the message to display to the recipient
Handles the notification that a friend message was received
@param LocalUserNum the user that is receiving the message
@param SendingPlayer the player sending the message
@param SendingNick the nick of the player sending the message
@param Message the message to display to the recipient
Handles the notification that a game invite has arrived
@param LocalUserNum the user that is receiving the invite
@param InviterName the nick name of the person sending the invite
Executes a refetching of the friends data when the login for this player changes
Binds the player to this provider. Starts the async friends list gathering
@param InPlayer the player that we are retrieving friends for
Clears our delegate for getting login change notifications
Copies the messages from the subsystem
Defaultproperties |
---|
defaultproperties { SendingPlayerNameCol="Sender's Name" bIsFriendInviteCol="Friend Invitation" bWasAcceptedCol="Friend Was Accepted" bWasDeniedCol="Friend Was Denied" MessageCol="Message" Name="Default__UIDataProvider_OnlineFriendMessages" ObjectArchetype=UIDataProvider_OnlinePlayerDataBase'Engine.Default__UIDataProvider_OnlinePlayerDataBase' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |