UE2:UT2K4GetDataMenu (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> MessageWindow >> UT2K4GenericMessageBox >> UT2K4GetDataMenu |
- Package:
- GUI2K4
- Direct subclasses:
- UT2K4GetPassword, UT2K4Browser_OpenIP, UT2K4ChatPassword, UT2K4IRC_ChanKey, UT2K4IRC_NewNick
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. |
Created on: 10/05/2003 This menu contains an editbox for entering a single data item
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
b_Cancel
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CancelButton'
ed_Data
Type: moEditBox
Modifiers: automated
Default value: moEditBox'Data'
Default values
Subobjects
CancelButton
Class: XInterface.GUIButton
Data
Class: XInterface.moEditBox
DialogText
Class: XInterface.GUILabel
Functions
Events
HandleParameters
Overrides: UT2K4GenericMessageBox.HandleParameters
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
Other instance functions
GetDataString
function string GetDataString ()
Overrides: GUIPage.GetDataString
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
Overrides: UT2K4GenericMessageBox.InternalOnClick
InternalOnKeyEvent
Overrides: UT2K4GenericMessageBox.InternalOnKeyEvent
InternalOnPreDraw
Overrides: PopupPageBase.InternalOnPreDraw
SetDataString
function SetDataString (string Str)
Overrides: GUIPage.SetDataString