UTGame.UTUIScene_PlayerCard
- Extends
- UTUIFrontEnd_BasicMenu
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Player card scene for UT3, allows players to add friends, invite to games, etc.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIScene
|
+-- UTGame.UTUIScene
|
+-- UTGame.UTUIFrontEnd
|
+-- UTGame.UTUIFrontEnd_BasicMenu
|
+-- UTGame.UTUIScene_PlayerCard
Inherited Variables from UTGame.UTUIFrontEnd |
bCancellingInstallPS3, bInstallingPS3, ButtonBar, CurrentPageIndex, ImportingMessageBoxReference, ImportState, LastURL, PreviousPageIndex, TabControl, TitleMarkupString, VersionFont, VersionPos, VersionText |
Enumerations Summary |
PlayerCardOptions PCO_SendFriendRequest,
PCO_SendMessage,
PCO_InviteToGame,
PCO_Follow,
PCO_Kick,
PCO_Ban |
Functions Summary |
 | | BanSelection (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | bool | FollowRequiresPassword (UTPlayerController UTPlayerOwner, const out OnlineSubsystem.UniqueNetId FriendNetId ))
|
 | | GenerateOptions (bool bIncludeKickOption, bool bIncludeBanOption))
|
 | bool | GetOnlineFriendData (UTPlayerController OwnerPC, const out OnlineSubsystem.UniqueNetId FriendNetId, out OnlineSubsystem.OnlineFriend out_FriendData ))
|
 | | KickSelection (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | OnBan ()))
|
 | | OnFollow (optional string ServerPassword ))
|
 | | OnFollowComplete (bool bWasSuccessful))
|
 | | OnInviteToGame ()))
|
 | | OnJoiningMessage_Closed ()))
|
 | | OnKick ()))
|
 | | OnMenu_ValueChanged (UIObject Sender, optional int PlayerIndex=0 ))
|
 | | OnPasswordDialog_Closed (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
|
 | | OnSelectItem (int PlayerIndex=0))
|
 | | OnSendFriendRequest ()))
|
 | | OnSendFriendRequest_Opened (UIScene OpenedScene, bool bInitialActivation))
|
 | | OnSendMessage ()))
|
 | | OnSendMessageScene_Opened (UIScene OpenedScene, bool bInitialActivation))
|
 | | PostInitialize ()))
|
 | | ProcessFollow ()))
|
 | | PromptForServerPassword ()))
|
 | | SetPlayer (UniqueNetId InNetId, string InPlayerName, optional string InAccountName, optional bool bIncludeKickOption, optional bool bIncludeBanOption))
|
 | | SetupButtonBar ()))
|
Inherited Functions from UTGame.UTUIFrontEnd |
BeginHideAnimation, BeginImportMod, BeginInstallPS3, BeginShowAnimation, CancelInstallPS3, CheckForFrontEndError, ChildSceneOpened, GetTitleLabel, HandleInputKey, ImportMod, InstallPS3, OnCancelInstallPS3, OnCancelMessageClosed, OnImportModFinished, OnInstallMessageClosed, OnLoginError_Confirm, OnMainRegion_Show_UIAnimEnd, OnPageActivated, OnRetryPasswordDialog_Closed, OnTabPage_Hide_UIAnimEnd, OnTabPage_Show_UIAnimEnd, PostInitialize, PromptForPassword, SavePassword, SceneActivated, SetTitle, SetupButtonBar, UpdateModState, UpdatePS3InstallState |
var
transient UILabel AccountLabel;
var transient bool bWasAbleToJoin;
var string DescLinks[6];
var transient string PlayerName;
var
transient UILabel PlayerNameLabel;
SendFriendRequestScene Source code
var transient string SendFriendRequestScene;
SendOnlineMessageScene Source code
var transient string SendOnlineMessageScene;
enum
PlayerCardOptions
{
PCO_SendFriendRequest,
PCO_SendMessage,
PCO_InviteToGame,
PCO_Follow,
PCO_Kick,
PCO_Ban
};
FollowRequiresPassword Source code
function GenerateOptions ( bool bIncludeKickOption, bool bIncludeBanOption) )
function OnBan ( ) )
function OnFollow ( optional string ServerPassword ) )
function OnFollowComplete ( bool bWasSuccessful) )
function OnInviteToGame ( ) )
OnJoiningMessage_Closed Source code
function OnJoiningMessage_Closed ( ) )
function OnKick ( ) )
function OnMenu_ValueChanged (
UIObject Sender, optional
int PlayerIndex=
0 ) )
OnPasswordDialog_Closed Source code
private
function OnPasswordDialog_Closed (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
function OnSelectItem ( int PlayerIndex=0) )
function OnSendFriendRequest ( ) )
OnSendFriendRequest_Opened Source code
function OnSendFriendRequest_Opened (
UIScene OpenedScene,
bool bInitialActivation) )
function OnSendMessage ( ) )
OnSendMessageScene_Opened Source code
function OnSendMessageScene_Opened (
UIScene OpenedScene,
bool bInitialActivation) )
event PostInitialize ( ) )
private function ProcessFollow ( ) )
PromptForServerPassword Source code
private function PromptForServerPassword ( ) )
function SetPlayer (
UniqueNetId InNetId,
string InPlayerName, optional
string InAccountName, optional
bool bIncludeKickOption, optional
bool bIncludeBanOption) )
function SetupButtonBar ( ) )
defaultproperties
{
DescLinks(0)="SendFriendRequest_Desc"
DescLinks(1)="SendMessage_Desc"
DescLinks(2)="InviteToGame_Desc"
DescLinks(3)="Follow_Desc"
DescLinks(4)="Kick_Desc"
DescLinks(5)="Ban_Desc"
Begin Object Class=UIComp_Event Name=SceneEventComponent ObjName=SceneEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_BasicMenu:SceneEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_BasicMenu:SceneEventComponent'
End Object
EventProvider=SceneEventComponent
Name="Default__UTUIScene_PlayerCard"
ObjectArchetype=UTUIFrontEnd_BasicMenu'UTGame.Default__UTUIFrontEnd_BasicMenu'
}
|
Creation time: sk 18-3-2018 10:00:59.415 - Created with
UnCodeX