I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTUIDataProvider_MenuOption (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UT3

Provides an option for a UI menu item.

Properties[edit]

bEditableCombo[edit]

Type: bool

Modifiers: config

Whether or not the options presented to the user are the only options they can choose from, used on PC only for setting whether combobox edit boxes are read only or not.

bKeyboardOrMouseOption[edit]

Type: bool

Modifiers: config

Whether the option is a keyboard or mouse option.

bNumericCombo[edit]

Type: bool

Modifiers: config

Whether or not the combobox is numeric.

bOfflineOnly[edit]

Type: bool

Modifiers: config

Whether the option is a offline only option or not.

bOnlineOnly[edit]

Type: bool

Modifiers: config

Whether the option is a online only option or not.

CustomFriendlyName[edit]

Type: string

Script settable friendly name.

DataStoreMarkup[edit]

Type: string

Modifiers: config

Markup for the option

Description[edit]

Type: string

Modifiers: config, localized

Localized description of the option

EditboxAllowedChars[edit]

Type: UIRoot.EEditBoxCharacterSet

Modifiers: config

the allowed character set for editboxes

EditBoxMaxLength[edit]

Type: int

Modifiers: config

Maximum length of the editbox property.

FriendlyName[edit]

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

OptionSet[edit]

Type: array<name>

Modifiers: config

Name of the option set that this option belongs to.

OptionType[edit]

Type: EUTOptionType

Modifiers: config


RangeData[edit]

Type: UIRoot.UIRangeData

Modifiers: config

Range data for the option, only used if its a slider type.

RequiredGameMode[edit]

Type: name

Modifiers: config

Game mode required for this option to appear.

Enums[edit]

EUTOptionType[edit]

UTOT_ComboReadOnly 
UTOT_ComboNumeric 
UTOT_CheckBox 
UTOT_Slider 
UTOT_Spinner 
UTOT_EditBox 
UTOT_CollectionCheckBox