Always snap to grid
UE3:UTUITabControl (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UITabControl >> UTUITabControl |
Contents
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-2007 Epic Games, Inc. All Rights Reserved.
UT3 extended version of the UITabControl
Properties[edit]
Property group 'Style'[edit]
CalloutLabelStyleName[edit]
Type: name
Default value: 'CycleTabs'
Property group 'UTUITabControl'[edit]
DefaultTabWidgetTag[edit]
Type: name
Internal variables[edit]
NextPageCalloutLabel[edit]
Type: UILabel
Modifiers: transient
PrevPageCalloutLabel[edit]
Type: UILabel
Modifiers: transient
these labels will contain button callouts for activating the PrevPage / NextPage input aliases, on consoles
Default values[edit]
Property | Value | ||||
---|---|---|---|---|---|
TabButtonSize |
|
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UITabControl.WidgetEventComponent
No new values.
Functions[edit]
Events[edit]
PostInitialize[edit]
Overrides: UITabControl.PostInitialize
Hide all the pages. This allows us to not care what page was left on in the editor
Other instance functions[edit]
ActivateBestTab[edit]
Overrides: UITabControl.ActivateBestTab
Attempt to activate the default tab
ActivateTabByTag[edit]
Activate a page by it's widget tag
FindPageIndexByTag[edit]
ProcessInputKey[edit]
Overrides: UITabControl.ProcessInputKey
(Description copied from UITabControl.ProcessInputKey)
Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)
Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).
This delegate is called BEFORE kismet is given a chance to process the input.
Allows the user to use the left/right arrow keys to preview other panels if this widget is the globally focused control
Parameters:
- EventParms - information about the input event.
Returns:
- TRUE to indicate that this input key was processed; no further processing will occur on this input key event.
RemoveTabByTag[edit]
Removes a page by it's widget tag