UTGame.UTUIFrontEnd_LoginScreen
- Extends
- UTUIFrontEnd_CustomScreen
- Modifiers
- Config ( Game ) native ( UIFrontEnd )
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Profile login screen for UT3.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIScreenObject
|
+-- Engine.UIScene
|
+-- UTGame.UTUIScene
|
+-- UTGame.UTUIFrontEnd
|
+-- UTGame.UTUIFrontEnd_CustomScreen
|
+-- UTGame.UTUIFrontEnd_LoginScreen
Inherited Variables from UTGame.UTUIFrontEnd |
bCancellingInstallPS3, bInstallingPS3, ButtonBar, CurrentPageIndex, ImportingMessageBoxReference, ImportState, LastURL, PreviousPageIndex, TabControl, TitleMarkupString, VersionFont, VersionPos, VersionText |
Functions Summary |
 | | CheckLoginProperties ()
|
 | | ClearLoginDelegates ()))
|
 | bool | HandleInputKey (const out InputEventParameters EventParms ))
|
 | | OnAutoLoginCheckBox_ValueChanged (UIObject Sender, int PlayerIndex))
|
 | bool | OnButtonBar_Cancel (UIScreenObject InButton, int InPlayerIndex))
|
 | bool | OnButtonBar_CreateProfile (UIScreenObject InButton, int InPlayerIndex))
|
 | bool | OnButtonBar_Login (UIScreenObject InButton, int InPlayerIndex))
|
 | bool | OnButtonBar_PlayOffline (UIScreenObject InButton, int InPlayerIndex))
|
 | bool | OnButtonBar_ShowKeyboard (UIScreenObject InButton, int InPlayerIndex))
|
 | | OnCancel ()))
|
 | | OnCreateProfile ()))
|
 | | OnLocalLoginCheckBox_ValueChanged (UIObject Sender, int PlayerIndex))
|
 | | OnLogin (optional bool bLocalLogin=false))
|
 | | OnLoginCancelled ()))
|
 | | OnLoginCancelled_Closed ()))
|
 | | OnLoginChange ()))
|
 | | OnLoginChange_Closed ()))
|
 | | OnLoginFailed (byte LocalUserNum, OnlineServerConnectionStatus ErrorCode))
|
 | | OnLoginFailed_Closed ()))
|
 | | OnMainRegion_Show_UIAnimEnd (UIObject AnimTarget, int AnimIndex, UIAnimationSeq AnimSeq))
|
 | | OnPlayOffline ()))
|
 | | OnSavePasswordCheckBox_ValueChanged (UIObject Sender, int PlayerIndex))
|
 | | OnShowKeyboard ()))
|
 | bool | OnSubmitText (UIEditBox Sender, int PlayerIndex ))
|
 | | PostInitialize ()))
|
 | | 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 config bool bAutoLogin;
var transient bool bLoginOnShow;
var config bool bSavePassword;
var string CreateProfileScene;
var config array<string> PlayerNames;
delegate OnCancelSelection (
UTUIScene_MessageBox MessageBox,
int SelectedOption,
int PlayerIndex) )
native function CheckLoginProperties ( )
function ClearLoginDelegates ( ) )
function bool HandleInputKey ( const out InputEventParameters EventParms ) )
OnAutoLoginCheckBox_ValueChanged Source code
function OnAutoLoginCheckBox_ValueChanged (
UIObject Sender,
int PlayerIndex) )
function bool OnButtonBar_Cancel (
UIScreenObject InButton,
int InPlayerIndex) )
OnButtonBar_CreateProfile Source code
function bool OnButtonBar_CreateProfile (
UIScreenObject InButton,
int InPlayerIndex) )
function bool OnButtonBar_Login (
UIScreenObject InButton,
int InPlayerIndex) )
OnButtonBar_PlayOffline Source code
function bool OnButtonBar_PlayOffline (
UIScreenObject InButton,
int InPlayerIndex) )
OnButtonBar_ShowKeyboard Source code
function bool OnButtonBar_ShowKeyboard (
UIScreenObject InButton,
int InPlayerIndex) )
function OnCancel ( ) )
function OnCreateProfile ( ) )
OnLocalLoginCheckBox_ValueChanged Source code
function OnLocalLoginCheckBox_ValueChanged (
UIObject Sender,
int PlayerIndex) )
function OnLogin ( optional bool bLocalLogin=false) )
function OnLoginCancelled ( ) )
OnLoginCancelled_Closed Source code
function OnLoginCancelled_Closed ( ) )
function OnLoginChange ( ) )
function OnLoginChange_Closed ( ) )
function OnLoginFailed_Closed ( ) )
OnMainRegion_Show_UIAnimEnd Source code
function OnPlayOffline ( ) )
OnSavePasswordCheckBox_ValueChanged Source code
function OnSavePasswordCheckBox_ValueChanged (
UIObject Sender,
int PlayerIndex) )
function OnShowKeyboard ( ) )
function bool OnSubmitText (
UIEditBox Sender,
int PlayerIndex ) )
event PostInitialize ( ) )
function SetupButtonBar ( ) )
defaultproperties
{
CreateProfileScene="UI_Scenes_FrontEnd.Scenes.CreateProfile"
bSavePassword=True
bAutoLogin=True
PlayerNames(0)="HellDragon"
PlayerNames(1)=
bSaveSceneValuesOnClose=False
Begin Object Class=UIComp_Event Name=SceneEventComponent ObjName=SceneEventComponent Archetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_CustomScreen:SceneEventComponent'
ObjectArchetype=UIComp_Event'UTGame.Default__UTUIFrontEnd_CustomScreen:SceneEventComponent'
End Object
EventProvider=SceneEventComponent
Name="Default__UTUIFrontEnd_LoginScreen"
ObjectArchetype=UTUIFrontEnd_CustomScreen'UTGame.Default__UTUIFrontEnd_CustomScreen'
}
|
Creation time: sk 18-3-2018 10:00:58.826 - Created with
UnCodeX