UE2:MyTestPanelA (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> TestPanelBase >> MyTestPanelA |
- Package:
- GUI2K4
- This class in other games:
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 | Material'InterfaceContent.Backgrounds.bg11' |
WinHeight | 0.807813 |
WinTop | 55.9805 |
Subobjects
cFive
Class: XInterface.moNumericEdit
cFour
Class: XInterface.moFloatEdit
Property | Value |
---|---|
Caption | "moFloatEdit Test" |
CaptionWidth | 0.725 |
ComponentJustification | TXTA_Left |
Hint | "This is a FLOAT numeric Edit Box" |
MaxValue | 1.0 |
MinValue | 0.0 |
Step | 0.05 |
TabOrder | 3 |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.5 |
WinWidth | 0.5 |
cSix
Class: XInterface.GUISlider
cThree
Class: XInterface.moEditBox
cTwo
Class: XInterface.moCheckBox
laSix
Class: XInterface.GUILabel
Property | Value |
---|---|
Caption | "Slider Test" |
TextAlign | TXTA_Center |
WinHeight | 0.05 |
WinLeft | 0.375 |
WinTop | 0.654545 |
WinWidth | 0.226563 |
Events
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent