I don't need to test my programs. I have an error-correcting modem.
UE2:MyTestPanelA (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> MyTestPanelA |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
(C) 2002, Epic Games
Properties
CheckTest
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'cTwo'
EditTest
Type: moEditBox
Modifiers: automated
Default value: moEditBox'cThree'
FloatTest
Type: moFloatEdit
Modifiers: automated
Default value: moFloatEdit'cFour'
lbSliderTest
Type: GUILabel
Modifiers: automated
Default value: GUILabel'laSix'
NumEditTest
Type: moNumericEdit
Modifiers: automated
Default value: moNumericEdit'cFive'
SliderTest
Type: GUISlider
Modifiers: automated
Default value: GUISlider'cSix'
Default values
Property | Value |
---|---|
Background | Texture'GUIContent.Menu.EpicLogo' |
WinHeight | 0.807813 |
WinTop | 55.9805 |
Subobjects
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 |
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 |
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 |
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 |
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 |
laSix
Class: GUI.GUILabel
Property | Value |
---|---|
Caption | "Slider Test" |
TextAlign | TXTA_Center |
WinHeight | 0.05 |
WinLeft | 0.375 |
WinTop | 0.654545 |
WinWidth | 0.226563 |
Instance functions
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent