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

UE2:GUIListSpacer (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 17:58, 20 November 2009 by Wormbo (Talk | contribs) (added descriptions)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIMenuOption >> GUIListSpacer
Package: 
XInterface
Direct subclass:
GUIListHeader

A non-selectable item for GUIMultiOptionLists.

Default values

Property Value
bNeverFocus True
CaptionWidth 1.0
ComponentClassName "XInterface.GUILabel"
ComponentWidth 0.0
OnClickSound CS_None
StyleName "NoBackground"
Tag -2

Instance functions

InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)

Overrides: GUIMenuOption.InternalOnCreateComponent

Propagates the GUIListSpacer's FontScale to any GUILabel created for the spacer.