There is no spoon
UE1:UWindowTabControl (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowTabControl |
- Package:
- UWindow
- Direct subclass:
- UWindowPageControl
- This class in other games:
- RTNP, UT
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. |
null
Properties[edit]
LeftButton[edit]
Type: UWindowTabControlLeftButton
RightButton[edit]
Type: UWindowTabControlRightButton
SelectedTab[edit]
Type: UWindowTabControlItem
TabArea[edit]
Type: UWindowTabControlTabArea
Default values[edit]
Property | Value |
---|---|
ListClass | Class'UWindow.UWindowTabControlItem' |
Instance functions[edit]
AddTab[edit]
function UWindowTabControlItem AddTab (string Caption)
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
Created[edit]
function Created ()
Overrides: UWindowListControl.Created
DeleteTab[edit]
function DeleteTab (UWindowTabControlItem Tab)
GetTab[edit]
function UWindowTabControlItem GetTab (string Caption)
GotoTab[edit]
function GotoTab (UWindowTabControlItem NewSelected, optional bool bByUser)
InsertTab[edit]
Paint[edit]
Overrides: UWindowWindow.Paint