Mostly Harmless
UE2:MyTest2Page (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyTest2Page |
Contents |
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Properties
[edit] CheckTest
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'cTwo'
[edit] ComboTest
Type: moComboBox
Modifiers: automated
Default value: moComboBox'Cone'
[edit] EditTest
Type: moEditBox
Modifiers: automated
Default value: moEditBox'cThree'
[edit] FloatTest
Type: moFloatEdit
Modifiers: automated
Default value: moFloatEdit'cFour'
[edit] NumEditTest
Type: moNumericEdit
Modifiers: automated
Default value: moNumericEdit'cFive'
[edit] Default values
| Property | Value |
|---|---|
| Background | Texture'GUIContent.Menu.EpicLogo' |
| WinHeight | 1.0 |
[edit] Subobjects
[edit] cFive
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 |
[edit] cFour
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 |
[edit] Cone
Class: GUI.moComboBox
| Property | Value |
|---|---|
| Caption | "moComboBox Test" |
| ComponentJustification | TXTA_Left |
| WinHeight | 0.05 |
| WinLeft | 0.25 |
| WinTop | 0.1 |
[edit] cThree
Class: GUI.moEditBox
| Property | Value |
|---|---|
| Caption | "moEditBox Test" |
| CaptionWidth | 0.4 |
| 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 |
| TabOrder | 1 |
| WinHeight | 0.05 |
| WinLeft | 0.25 |
| WinTop | 0.2 |
[edit] Instance functions
[edit] InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent
