I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GUITabPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel
Package: 
XInterface
Direct subclasses:
TestPanelBase, UT2K3TabPanel, UT2K4TabPanel
This class in other games:
UT2003, UE2Runtime

GUITabButton - A Tab Button has an associated Tab Control, and TabPanel.

Written by Joe Wilcox Updated by Ron Prestenback (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Panel'

bFillHeight

Type: bool

If true, the panel will set it's height = Top - ClipY

FadeInTime

Type: float


PanelCaption

Type: string

Modifiers: localized


Internal variables

MyButton

Type: GUITabButton

Modifiers: noexport


Functions

Events

Free

event Free ()

Overrides: GUIMultiComponent.Free


Other instance functions

CanShowPanel

function bool CanShowPanel ()


InitPanel

function InitPanel ()


OnDestroyPanel

function OnDestroyPanel (optional bool bCancelled)


Refresh

function Refresh ()


ShowPanel

function ShowPanel (bool bShow)