Mostly Harmless
UE2:MyMainMenu (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> MyMainMenu |
Contents |
- Package:
- GUI
| 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) 2003, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] AllowClose
Type: bool
[edit] QuitButton
Type: GUIButton
Modifiers: automated
Default value: GUIButton'cQuitButton'
[edit] TestButton1
Type: GUIButton
Modifiers: automated
Default value: GUIButton'cTestButton1'
[edit] TestButton2
Type: GUIButton
Modifiers: automated
Default value: GUIButton'cTestButton2'
[edit] Default values
| Property | Value |
|---|---|
| __OnCanClose__Delegate | |
| __OnKeyEvent__Delegate | |
| Background | Texture'GUIContent.Menu.EpicLogo' |
| bAllowedAsLast | True |
| bDisconnectOnOpen | True |
| WinHeight | 1.0 |
[edit] Subobjects
[edit] cQuitButton
Class: GUI.GUIButton
| Property | Value |
|---|---|
| __OnClick__Delegate | |
| bFocusOnWatch | True |
| Caption | "QUIT" |
| Hint | "Exit" |
| StyleName | "TextButton" |
| TabOrder | 5 |
| WinHeight | 0.042773 |
| WinLeft | 0.391602 |
| WinTop | 0.905725 |
| WinWidth | 0.205078 |
[edit] cTestButton1
Class: GUI.GUIButton
| Property | Value |
|---|---|
| __OnClick__Delegate | |
| bFocusOnWatch | True |
| Caption | "Test 1" |
| Hint | "The First Test" |
| StyleName | "TextButton" |
| WinHeight | 0.075 |
| WinLeft | 0.25 |
| WinTop | 0.334635 |
| WinWidth | 0.5 |
[edit] cTestButton2
Class: GUI.GUIButton
| Property | Value |
|---|---|
| __OnClick__Delegate | |
| bFocusOnWatch | True |
| Caption | "Test 2" |
| Hint | "More Tests" |
| StyleName | "TextButton" |
| TabOrder | 1 |
| WinHeight | 0.075 |
| WinLeft | 0.25 |
| WinTop | 0.506251 |
| WinWidth | 0.5 |
[edit] Instance functions
[edit] ButtonClick
function bool ButtonClick (GUIComponent Sender)
