The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UTUITabPage_DynamicOptions (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_Options >> UTUITabPage_DynamicOptions |
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-2008 Epic Games, Inc. All Rights Reserved.
Version of UTUITabPage_Options which allows you to add options at runtime, but which doesn't used ata providers
Properties
DynOptionList
Type: UTUIDynamicOptionList
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTUITabPage_Options.WidgetEventComponent
No new values.
Functions
Events
PostInitialize
Overrides: UTUITabPage_Options.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions
ConditionallyAppendKeyboardButton
Overrides: UTUITabPage_Options.ConditionallyAppendKeyboardButton
Appends a keyboard button to the buttonbar if we are on PS3 and a editbox option is selected.
OnOptionList_OptionFocused
Overrides: UTUITabPage_Options.OnOptionList_OptionFocused
Callback for when an option is focused, by default tries to set the description label for this tab page.
OnResetToDefaults_Confirm
Overrides: UTUITabPage_Options.OnResetToDefaults_Confirm
(Description copied from UTUITabPage_Options.OnResetToDefaults_Confirm)
Callback for the reset to defaults confirmation dialog box.
Parameters:
- SelectionIdx - Selected item
- PlayerIndex - Index of player that performed the action.
OnShowKeyboard
Overrides: UTUITabPage_Options.OnShowKeyboard
Shows the onscreen keyboard using the currently selected option as a target.