The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UTUIDataProvider_MenuOption (UT3)
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_MenuOption |
Contents
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- 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. |
Provides an option for a UI menu item.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
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: UIEditBox.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
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