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 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent
Package: 
XInterface
Direct subclasses:
GUIScrollZoneBase, CoolImage, GUIButton, GUIContextMenu, GUIImage, GUILabel, GUIListBase, GUIMultiColumnListHeader, GUIMultiComponent, GUIProgressBar, 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

Properties[edit]

See GUIComponent properties.

Enums[edit]

EClickSound[edit]

CS_None 
CS_Click 
CS_Edit 
CS_Up 
CS_Down 
CS_Drag 
CS_Fade 
CS_Hover 
CS_Slide 

EParentScaleType[edit]

SCALE_All 
SCALE_X 
SCALE_Y 

Delegates[edit]

See GUIComponent delegates.

Functions[edit]

See GUIComponent functions.