Cogito, ergo sum
UE2:MyTest2Page (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyTest2Page |
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'
ComboTest[edit]
Type: moComboBox
Modifiers: automated
Default value: moComboBox'Cone'
EditTest[edit]
Type: moEditBox
Modifiers: automated
Default value: moEditBox'cThree'
FloatTest[edit]
Type: moFloatEdit
Modifiers: automated
Default value: moFloatEdit'cFour'
NumEditTest[edit]
Type: moNumericEdit
Modifiers: automated
Default value: moNumericEdit'cFive'
Default values[edit]
Property | Value |
---|---|
Background | Texture'GUIContent.Menu.EpicLogo' |
WinHeight | 1.0 |
Subobjects[edit]
cFive[edit]
Class: GUI.moNumericEdit
Property | Value |
---|---|
Caption | "moNumericEdit Test" |
CaptionWidth | 0.6 |
MaxValue | 16 |
MinValue | 1 |
TabOrder | 4 |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.5 |
cFour[edit]
Class: GUI.moFloatEdit
Property | Value |
---|---|
Caption | "moFloatEdit Test" |
CaptionWidth | 0.725 |
ComponentJustification | TXTA_Left |
MaxValue | 1.0 |
Step | 0.05 |
TabOrder | 3 |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.4 |
Cone[edit]
Class: GUI.moComboBox
Property | Value |
---|---|
Caption | "moComboBox Test" |
ComponentJustification | TXTA_Left |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.1 |
cThree[edit]
Class: GUI.moEditBox
Property | Value |
---|---|
Caption | "moEditBox Test" |
CaptionWidth | 0.4 |
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 |
TabOrder | 1 |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.2 |
Instance functions[edit]
InitComponent[edit]
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent