I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUIComponent (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:11, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent

Contents

Package: 
XInterface
Direct subclasses:
CoolImage, GUIButton, GUIContextMenu, GUIImage, GUILabel, GUIListBase, GUIMultiColumnListHeader, GUIMultiComponent, GUIProgressBar, GUIScrollZoneBase, GUISlider, GUIToolTip
This class in other games:
UE2Runtime, UT2003

Class: UT2K4UI.GUIComponent

GUIComponents are the most basic building blocks of menus.

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

[edit] Properties

See GUIComponent properties.

[edit] Enums

[edit] EClickSound

CS_None 
CS_Click 
CS_Edit 
CS_Up 
CS_Down 
CS_Drag 
CS_Fade 
CS_Hover 
CS_Slide 

[edit] EParentScaleType

SCALE_All 
SCALE_X 
SCALE_Y 

[edit] Delegates

See GUIComponent delegates.

[edit] Functions

See GUIComponent functions.