There is no spoon
UE3:UTUIFrontEnd_CreateProfile (UT3)
Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIFrontEnd >> UTUIFrontEnd_CustomScreen >> UTUIFrontEnd_CreateProfile |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 HandleInputKey
- 2.2.2 OnButtonBar_Cancel
- 2.2.3 OnButtonBar_CreateProfile
- 2.2.4 OnButtonBar_ShowKeyboard
- 2.2.5 OnCancel
- 2.2.6 OnCreateOnlineAccount_Closed
- 2.2.7 OnCreateOnlineAccountCompleted
- 2.2.8 OnCreateProfile
- 2.2.9 OnProfileCreatedMessage_Closed
- 2.2.10 OnShowKeyboard
- 2.2.11 OnSubmitText
- 2.2.12 SetupButtonBar
- 2.2.13 ValidateUserName
- Package:
- UTGame
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.
Profile creation screen for UT3.
Properties[edit]
AccountInterface[edit]
Type: OnlineAccountInterface
Modifiers: transient
CDKeyEditBox[edit]
Type: UIEditBox
Array size: 4
Modifiers: transient
CreateErrorStatus[edit]
Type: int
Modifiers: transient
EMailEditBox[edit]
Type: UIEditBox
Modifiers: transient
MessageBoxReference[edit]
Type: UTUIScene_MessageBox
Modifiers: transient
PasswordConfirmEditBox[edit]
Type: UIEditBox
Modifiers: transient
PasswordEditBox[edit]
Type: UIEditBox
Modifiers: transient
UserNameEditBox[edit]
Type: UIEditBox
Modifiers: transient
Subobjects[edit]
SceneEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTUIFrontEnd_CustomScreen.SceneEventComponent
No new values.
Functions[edit]
Events[edit]
PostInitialize[edit]
Overrides: UTUIFrontEnd_CustomScreen.PostInitialize
PostInitialize event - Sets delegates for the scene.
Other instance functions[edit]
HandleInputKey[edit]
Overrides: UTUIFrontEnd.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.
OnButtonBar_Cancel[edit]
Buttonbar Callbacks.
OnButtonBar_CreateProfile[edit]
OnButtonBar_ShowKeyboard[edit]
OnCancel[edit]
Callback for when the user wants to back out of this screen.
OnCreateOnlineAccount_Closed[edit]
Callback for when the creating account message finishes hiding.
OnCreateOnlineAccountCompleted[edit]
Delegate used in notifying the UI/game that the account creation completed
Parameters:
- ErrorStatus - whether the account created successfully or not
OnCreateProfile[edit]
Tries to create the user's account.
OnProfileCreatedMessage_Closed[edit]
Callback for when the profile successfully created message box has closed.
OnShowKeyboard[edit]
Shows the online keyboard.
OnSubmitText[edit]
Called when the user presses enter (or any other action bound to UIKey_SubmitText) while this editbox has focus.
Parameters:
- Sender - the editbox that is submitting text
- PlayerIndex - the index of the player that generated the call to SetValue; used as the PlayerIndex when activating UIEvents; if not specified, the value of GetBestPlayerIndex() is used instead.
Returns:
- if TRUE, the editbox will clear the existing value of its textbox.
SetupButtonBar[edit]
Overrides: UTUIFrontEnd.SetupButtonBar
Sets up the scene's button bar.
ValidateUserName[edit]
Validates the user name and displays an error message if the name is invalid.
Parameters:
- UserName - Name to validate
Returns:
- TRUE if the name is valid, FALSE otherwise.