UE2:GUIListSpacer (UT2004): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page |
m added descriptions |
||
Line 7: | Line 7: | ||
| parent5 = Object | | parent5 = Object | ||
}} | }} | ||
{{ | A non-selectable item for {{cl|GUIMultiOptionList}}s. | ||
==Default values== | ==Default values== | ||
Line 46: | Line 42: | ||
'''Overrides:''' {{tl|InternalOnCreateComponent|GUIMenuOption}} | '''Overrides:''' {{tl|InternalOnCreateComponent|GUIMenuOption}} | ||
Propagates the GUIListSpacer's {{tl|FontScale||GUIComponent properties}} to any {{cl|GUILabel}} created for the spacer. |
Latest revision as of 18:58, 20 November 2009
![]() |
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.