Mostly Harmless
UE1:UWindowEditBox (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditBox |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 Backspace
- 2.2 Clear
- 2.3 Click
- 2.4 Close
- 2.5 Created
- 2.6 Delete
- 2.7 DoubleClick
- 2.8 FocusOtherWindow
- 2.9 GetValue
- 2.10 GetValue2
- 2.11 Insert
- 2.12 KeyDown
- 2.13 KeyFocusEnter
- 2.14 KeyFocusExit
- 2.15 KeyType
- 2.16 LMouseDown
- 2.17 MoveEnd
- 2.18 MoveHome
- 2.19 MoveLeft
- 2.20 MoveRight
- 2.21 Notify
- 2.22 Paint
- 2.23 SelectAll
- 2.24 SetEditable
- 2.25 SetValue
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. |
UWindowEditBox - simple edit box, for use in other controls such as UWindowComboxBoxControl, UWindowEditBoxControl etc.
Properties[edit]
bAllSelected[edit]
Type: bool
bCanEdit[edit]
Type: bool
bChangePending[edit]
Type: bool
bDelayedNotify[edit]
Type: bool
bNumericOnly[edit]
Type: bool
bSelectOnFocus[edit]
Type: bool
bShowCaret[edit]
Type: bool
CaretOffset[edit]
Type: int
LastDrawTime[edit]
Type: float
MaxLength[edit]
Type: int
NotifyOwner[edit]
Type: UWindowDialogControl
Offset[edit]
Type: float
Value[edit]
Type: string
Value2[edit]
Type: string
Instance functions[edit]
Backspace[edit]
function bool Backspace ()
Clear[edit]
function Clear ()
Click[edit]
Overrides: UWindowWindow.Click
Close[edit]
function Close (optional bool bByParent)
Overrides: UWindowWindow.Close
Created[edit]
function Created ()
Overrides: UWindowDialogControl.Created
Delete[edit]
function bool Delete ()
DoubleClick[edit]
Overrides: UWindowWindow.DoubleClick
FocusOtherWindow[edit]
function FocusOtherWindow (UWindowWindow W)
Overrides: UWindowWindow.FocusOtherWindow
GetValue[edit]
function string GetValue ()
GetValue2[edit]
function string GetValue2 ()
Insert[edit]
KeyDown[edit]
Overrides: UWindowDialogControl.KeyDown
KeyFocusEnter[edit]
function KeyFocusEnter ()
Overrides: UWindowDialogControl.KeyFocusEnter
KeyFocusExit[edit]
function KeyFocusExit ()
Overrides: UWindowDialogControl.KeyFocusExit
KeyType[edit]
Overrides: UWindowWindow.KeyType
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
MoveEnd[edit]
function bool MoveEnd ()
MoveHome[edit]
function bool MoveHome ()
MoveLeft[edit]
function bool MoveLeft ()
MoveRight[edit]
function bool MoveRight ()
Notify[edit]
function Notify (byte E)
Overrides: UWindowDialogControl.Notify
Paint[edit]
Overrides: UWindowWindow.Paint
SelectAll[edit]
function SelectAll ()
SetEditable[edit]
function SetEditable (bool bEditable)