I don't need to test my programs. I have an error-correcting modem.

UE2:GUIPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel

Contents

Package: 
XInterface
Direct subclasses:
AdminPanelBase, GUISplitter, GUITabPanel, SimpleFilterPanel, UT2K4FilterControlPanel, UT2K4IRC_Panel
This class in other games:
UE2Runtime, UT2003

Class: XInterface.GUIPanel

The GUI panel is a visual control that holds components. All components who are children of the GUIPanel are bound to the panel by default.

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

[edit] Properties

[edit] Property group 'Panel'

[edit] Background

Type: Material


[edit] Default values

Property Value
bTabStop False
PropagateVisibility True

[edit] Delegates

[edit] OnPostDraw

delegate bool OnPostDraw (Canvas Canvas)


[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIMultiComponent.InitComponent


Personal tools