UE2:GUIPanel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel |
- Package:
- XInterface
- Direct subclasses:
- AdminPanelBase, GUISplitter, GUITabPanel, SimpleFilterPanel, UT2K4FilterControlPanel, UT2K4IRC_Panel
- This class in other games:
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. |
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
Properties
Property group 'Panel'
Background
Type: Material
Default values
Property | Value |
---|---|
bTabStop | False |
PropagateVisibility | True |
Delegates
OnPostDraw
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIMultiComponent.InitComponent