I'm a doctor, not a mechanic
UE1:UWindowComboControl (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowComboControl |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddItem
- 2.2 BeforePaint
- 2.3 Clear
- 2.4 ClearValue
- 2.5 Close
- 2.6 CloseUp
- 2.7 Created
- 2.8 DropDown
- 2.9 FindItemIndex
- 2.10 FindItemIndex2
- 2.11 FocusOtherWindow
- 2.12 GetSelectedIndex
- 2.13 GetValue
- 2.14 GetValue2
- 2.15 InsertItem
- 2.16 Notify
- 2.17 Paint
- 2.18 SetEditable
- 2.19 SetEditTextColor
- 2.20 SetFont
- 2.21 SetMaxLength
- 2.22 SetNumericOnly
- 2.23 SetSelectedIndex
- 2.24 SetValue
- 2.25 Sort
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. |
null
Properties[edit]
bCanEdit[edit]
Type: bool
bListVisible[edit]
Type: bool
Button[edit]
Type: UWindowComboButton
EditAreaDrawX[edit]
Type: float
EditAreaDrawY[edit]
Type: float
EditBox[edit]
Type: UWindowEditBox
EditBoxWidth[edit]
Type: float
List[edit]
Type: UWindowComboList
ListClass[edit]
Type: class<UWindowComboList>
Default value: Class'UWindow.UWindowComboList'
Default values[edit]
Property | Value |
---|---|
bNoKeyboard | True |
Instance functions[edit]
AddItem[edit]
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
Clear[edit]
function Clear ()
ClearValue[edit]
function ClearValue ()
Close[edit]
function Close (optional bool bByParent)
Overrides: UWindowWindow.Close
CloseUp[edit]
function CloseUp ()
Created[edit]
function Created ()
Overrides: UWindowDialogControl.Created
DropDown[edit]
function DropDown ()
FindItemIndex[edit]
FindItemIndex2[edit]
FocusOtherWindow[edit]
function FocusOtherWindow (UWindowWindow W)
Overrides: UWindowWindow.FocusOtherWindow
GetSelectedIndex[edit]
function int GetSelectedIndex ()
GetValue[edit]
function string GetValue ()
GetValue2[edit]
function string GetValue2 ()
InsertItem[edit]
Notify[edit]
function Notify (byte E)
Overrides: UWindowDialogControl.Notify
Paint[edit]
Overrides: UWindowWindow.Paint
SetEditable[edit]
function SetEditable (bool bNewCanEdit)
SetEditTextColor[edit]
function SetEditTextColor (Object.Color NewColor)
SetFont[edit]
function SetFont (int NewFont)
Overrides: UWindowDialogControl.SetFont
SetMaxLength[edit]
function SetMaxLength (int MaxLength)
SetNumericOnly[edit]
function SetNumericOnly (bool bNumericOnly)
SetSelectedIndex[edit]
function SetSelectedIndex (int Index)
SetValue[edit]
Sort[edit]
function Sort ()