There is no spoon
UE1:UWindowComboControl (UT)
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 RemoveItem
- 2.19 SetButtons
- 2.20 SetEditable
- 2.21 SetEditTextColor
- 2.22 SetFont
- 2.23 SetMaxLength
- 2.24 SetNumericFloat
- 2.25 SetNumericOnly
- 2.26 SetSelectedIndex
- 2.27 SetValue
- 2.28 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
bButtons
Type: bool
bCanEdit
Type: bool
bListVisible
Type: bool
Button
Type: UWindowComboButton
EditAreaDrawX
Type: float
EditAreaDrawY
Type: float
EditBox
Type: UWindowEditBox
EditBoxWidth
Type: float
LeftButton
Type: UWindowComboLeftButton
List
Type: UWindowComboList
ListClass
Type: class<UWindowComboList>
Default value: Class'UWindow.UWindowComboList'
RightButton
Type: UWindowComboRightButton
Default values
Property | Value |
---|---|
bNoKeyboard | True |
Instance functions
AddItem
BeforePaint
Overrides: UWindowDialogControl.BeforePaint
Clear
function Clear ()
ClearValue
function ClearValue ()
Close
function Close (optional bool bByParent)
Overrides: UWindowWindow.Close
CloseUp
function CloseUp ()
Created
function Created ()
Overrides: UWindowDialogControl.Created
DropDown
function DropDown ()
FindItemIndex
FindItemIndex2
FocusOtherWindow
function FocusOtherWindow (UWindowWindow W)
Overrides: UWindowWindow.FocusOtherWindow
GetSelectedIndex
function int GetSelectedIndex ()
GetValue
function string GetValue ()
GetValue2
function string GetValue2 ()
InsertItem
Notify
function Notify (byte E)
Overrides: UWindowDialogControl.Notify
Paint
Overrides: UWindowWindow.Paint
RemoveItem
function RemoveItem (int Index)
SetButtons
function SetButtons (bool bInButtons)
SetEditable
function SetEditable (bool bNewCanEdit)
SetEditTextColor
function SetEditTextColor (Object.Color NewColor)
SetFont
function SetFont (int NewFont)
Overrides: UWindowDialogControl.SetFont
SetMaxLength
function SetMaxLength (int MaxLength)
SetNumericFloat
function SetNumericFloat (bool bNumericFloat)
SetNumericOnly
function SetNumericOnly (bool bNumericOnly)
SetSelectedIndex
function SetSelectedIndex (int Index)
SetValue
Sort
function Sort ()