I love the smell of UnrealEd crashing in the morning. – tarquin

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

bEditableCombo

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

Type: bool

Modifiers: config

Whether the option is a keyboard or mouse option.

bNumericCombo

Type: bool

Modifiers: config

Whether or not the combobox is numeric.

bOfflineOnly

Type: bool

Modifiers: config

Whether the option is a offline only option or not.

bOnlineOnly

Type: bool

Modifiers: config

Whether the option is a online only option or not.

CustomFriendlyName

Type: string

Script settable friendly name.

DataStoreMarkup

Type: string

Modifiers: config

Markup for the option

Description

Type: string

Modifiers: config, localized

Localized description of the option

EditboxAllowedChars

Type: UIRoot.EEditBoxCharacterSet

Modifiers: config

the allowed character set for editboxes

EditBoxMaxLength

Type: int

Modifiers: config

Maximum length of the editbox property.

FriendlyName

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

OptionSet

Type: array<name>

Modifiers: config

Name of the option set that this option belongs to.

OptionType

Type: EUTOptionType

Modifiers: config


RangeData

Type: UIRoot.UIRangeData

Modifiers: config

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

RequiredGameMode

Type: name

Modifiers: config

Game mode required for this option to appear.

Enums

EUTOptionType

UTOT_ComboReadOnly 
UTOT_ComboNumeric 
UTOT_CheckBox 
UTOT_Slider 
UTOT_Spinner 
UTOT_EditBox 
UTOT_CollectionCheckBox