The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTUITabPage_DynamicOptions (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:32, 16 August 2009 by Wormbo (Talk | contribs) (1 revision: UT3 Titan Pack classes)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_Options >> UTUITabPage_DynamicOptions
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

event PostInitialize ()

Overrides: UTUITabPage_Options.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions

ConditionallyAppendKeyboardButton

function ConditionallyAppendKeyboardButton (UTUIButtonBar ButtonBar)

Overrides: UTUITabPage_Options.ConditionallyAppendKeyboardButton

Appends a keyboard button to the buttonbar if we are on PS3 and a editbox option is selected.

OnOptionList_OptionFocused

function OnOptionList_OptionFocused (UIScreenObject InObject, UIDataProvider OptionProvider)

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

function OnResetToDefaults_Confirm (UTUIScene_MessageBox MessageBox, int SelectionIdx, int PlayerIndex)

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

function OnShowKeyboard ()

Overrides: UTUITabPage_Options.OnShowKeyboard

Shows the onscreen keyboard using the currently selected option as a target.