Mostly Harmless
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[edit]
CheckTest[edit]
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'cTwo'
EditTest[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'cThree'
FloatTest[edit]
Type: moFloatEdit
Modifiers: automated
Default value: moFloatEdit'cFour'
lbSliderTest[edit]
Type: GUILabel
Modifiers: automated
Default value: GUILabel'laSix'
NumEditTest[edit]
Type: moNumericEdit
Modifiers: automated
Default value: moNumericEdit'cFive'
SliderTest[edit]
Type: GUISlider
Modifiers: automated
Default value: GUISlider'cSix'
Default values[edit]
Property | Value |
---|---|
Background | Texture'GUIContent.Menu.EpicLogo' |
WinHeight | 0.807813 |
WinTop | 55.9805 |
Subobjects[edit]
cFive[edit]
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[edit]
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[edit]
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[edit]
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[edit]
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[edit]
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[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent