Gah - a solution with more questions. – EntropicLqd

UE2:MyTestPanelA (UE2Runtime)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UE2Runtime Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> MyTestPanelA

Contents

Package: 
GUI
This class in other games:
UT2004

(C) 2002, Epic Games

[edit] Properties

[edit] CheckTest

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'cTwo'

[edit] EditTest

Type: moEditBox

Modifiers: automated


Default value: moEditBox'cThree'

[edit] FloatTest

Type: moFloatEdit

Modifiers: automated


Default value: moFloatEdit'cFour'

[edit] lbSliderTest

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laSix'

[edit] NumEditTest

Type: moNumericEdit

Modifiers: automated


Default value: moNumericEdit'cFive'

[edit] SliderTest

Type: GUISlider

Modifiers: automated


Default value: GUISlider'cSix'

[edit] Default values

Property Value
Background Texture'GUIContent.Menu.EpicLogo'
WinHeight 0.807813
WinTop 55.9805

[edit] Subobjects

[edit] cFive

Class: GUI.moNumericEdit

Property Value
Caption "moNumericEdit Test"
CaptionWidth 0.6
Hint "This is an INT numeric Edit box"
MaxValue 16
MinValue 1
TabOrder 4
WinHeight 0.05
WinLeft 0.25
WinTop 0.4

[edit] cFour

Class: GUI.moFloatEdit

Property Value
Caption "moFloatEdit Test"
CaptionWidth 0.725
ComponentJustification TXTA_Left
Hint "This is a FLOAT numeric Edit Box"
MaxValue 1.0
Step 0.05
TabOrder 3
WinHeight 0.05
WinLeft 0.25
WinTop 0.5

[edit] cSix

Class: GUI.GUISlider

Property Value
Hint "This is a Slider Test."
MaxValue 1.0
TabOrder 5
WinLeft 0.367188
WinTop 0.713997
WinWidth 0.25

[edit] cThree

Class: GUI.moEditBox

Property Value
Caption "moEditBox Test"
CaptionWidth 0.4
Hint "This is an Edit Box"
TabOrder 2
WinHeight 0.05
WinLeft 0.25
WinTop 0.3

[edit] cTwo

Class: GUI.moCheckBox

Property Value
bSquare True
Caption "moCheckBox Test"
CaptionWidth 0.9
ComponentJustification TXTA_Left
Hint "This is a check Box"
TabOrder 1
WinHeight 0.05
WinLeft 0.25
WinTop 0.2

[edit] laSix

Class: GUI.GUILabel

Property Value
Caption "Slider Test"
TextAlign TXTA_Center
WinHeight 0.05
WinLeft 0.375
WinTop 0.654545
WinWidth 0.226563

[edit] Instance functions

[edit] InitComponent

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent