Gah - a solution with more questions. – EntropicLqd
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
CheckTest
Type: moCheckBox
Modifiers: automated
Default value: moCheckBox'cTwo'
ComboTest
Type: moComboBox
Modifiers: automated
Default value: moComboBox'Cone'
EditTest
Type: moEditBox
Modifiers: automated
Default value: moEditBox'cThree'
FloatTest
Type: moFloatEdit
Modifiers: automated
Default value: moFloatEdit'cFour'
NumEditTest
Type: moNumericEdit
Modifiers: automated
Default value: moNumericEdit'cFive'
Default values
Property | Value |
---|---|
Background | Texture'GUIContent.Menu.EpicLogo' |
WinHeight | 1.0 |
Subobjects
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 |
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 |
Cone
Class: GUI.moComboBox
Property | Value |
---|---|
Caption | "moComboBox Test" |
ComponentJustification | TXTA_Left |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.1 |
cThree
Class: GUI.moEditBox
Property | Value |
---|---|
Caption | "moEditBox Test" |
CaptionWidth | 0.4 |
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 |
TabOrder | 1 |
WinHeight | 0.05 |
WinLeft | 0.25 |
WinTop | 0.2 |
Instance functions
InitComponent
function InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPage.InitComponent