I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UTUITabPage_FriendsList (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_FriendsList |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 GetCurrentFriendNetId
- 2.2.2 GetCurrentFriendNick
- 2.2.3 HandleInputKey
- 2.2.4 OnAddFriend
- 2.2.5 OnButtonBar_AddFriend
- 2.2.6 OnButtonBar_Details
- 2.2.7 OnButtonBar_RemoveFriend
- 2.2.8 OnDetails
- 2.2.9 OnFriendsList_SubmitSelection
- 2.2.10 OnFriendsList_ValueChanged
- 2.2.11 OnRemoveFriend
- 2.2.12 OnRemoveFriend_Confirm
- 2.2.13 SetupButtonBar
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. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Tab page for a user's friends list.
Properties
FriendsList
Type: UIList
Modifiers: transient
SendFriendRequestScene
Type: string
Default value: "UI_Scenes_Common.SendFriendRequest"
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
Functions
Events
PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions
GetCurrentFriendNetId
Gets the netid for the currently selected friend.
Parameters:
- FriendNetId - Object to store netid in.
Returns:
- TRUE if a netid was found, FALSE otherwise.
GetCurrentFriendNick
Gets the nickname for the currently selected friend.
Parameters:
- FriendNick - String to store nickname in.
Returns:
- TRUE if a nickname was found, FALSE otherwise.
HandleInputKey
Overrides: UTTabPage.HandleInputKey
Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)
Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
This delegate is called BEFORE kismet is given a chance to process the input.
Parameters:
- EventParms - information about the input event.
Returns:
- TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
OnAddFriend
Shows the add friend screen for the player.
OnButtonBar_AddFriend
Buttonbar Callbacks
OnButtonBar_Details
OnButtonBar_RemoveFriend
OnDetails
Shows the details screen for the player.
OnFriendsList_SubmitSelection
Called when the user submits the current list index.
Parameters:
- Sender - the list that is submitting the selection
OnFriendsList_ValueChanged
Callback for when the user changes the currently selected list item.
OnRemoveFriend
Removes the current friend from the user's friend list.
OnRemoveFriend_Confirm
Confirmation for the exit game dialog.
SetupButtonBar
Overrides: UTTabPage.SetupButtonBar
Callback allowing the tabpage to setup the button bar for the current scene.