Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UTUIComboBox (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIComboBox >> UTUIComboBox |
Contents
- Package:
- UTGame
- Implemented interfaces:
- UIDataStorePublisher
- This class in other games:
- UDK
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.
Extended version of combo box for UT3.
Properties
EditboxBGStyleName
Type: name
Default value: 'DefaultEditboxImageStyle'
ListBackgroundStyleName
Type: name
Default value: 'ComboListBackgroundStyle'
ToggleButtonCheckedStyleName
Type: name
Default value: 'ComboBoxDown'
ToggleButtonStyleName
Type: name
Default value: 'ComboBoxUp'
Default values
Property | Value |
---|---|
ComboListClass | Class'UTGame.UTUIList' |
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UIComboBox.WidgetEventComponent
No new values.
Functions
Native functions
SetupChildStyles
Initializes styles for child widgets.
Events
AddedChild
Overrides: UIScreenObject.AddedChild
Called immediately after a child has been added to this screen object.
Parameters:
- WidgetOwner - the screen object that the NewChild was added as a child for
- NewChild - the widget that was added
Initialized
Overrides: UIScreenObject.Initialized
Called after initialization.
Other instance functions
GetSelectionIndex
Returns:
- the Selection Index of the currently selected list item
SetSelectedItem
Sets the currently selected item.
Parameters:
- ItemIndex - Not the list index but the index of the item which is a value of the Items array.
SetSelectionIndex
Sets the current index for the list.
Parameters:
- NewIndex - The new index to select