I don't need to test my programs. I have an error-correcting modem.
UE2:GUIPage (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage |
- Package:
- XInterface
- Direct subclasses:
- GUIQuestionPage, TestPageBase, UT2K3GUIPage, UT2K4GUIPage, UT2MusicManager, UT2ServerInfo, UtvWatcherMenu
- This class in other games:
- UE2Runtime, UT2003
| 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. |
Class: UT2K4UI.GUIPage
GUIPages are the base for a full page menu. They contain the Control stack for the page.
Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved
[edit] Properties
[edit] Property group 'GUIPage'
[edit] Background
Type: Material
The background image for the menu
[edit] BackgroundColor
Type: Object.Color
The color of the background
Default value:
| Member | Value |
|---|---|
| A | 255 |
| B | 255 |
| G | 255 |
| R | 255 |
[edit] BackgroundRStyle
Type: GUI.EMenuRenderStyle
Default value: MSTY_Normal
[edit] bAllowedAsLast
Type: bool
If this is true, closing this page will not bring up the main menu
[edit] bCaptureInput
Type: bool
Whether to allow input to be passed to pages lower on the menu stack.
Default value: True
[edit] bCheckResolution
Type: bool
obsolete
[edit] bDisconnectOnOpen
Type: bool
Should this menu for a disconnect when opened.
[edit] bPauseIfPossible
Type: bool
Should this menu pause the game if possible
[edit] bPersistent
Type: bool
If set, page is saved across open/close/reopen.
[edit] bRenderWorld
Type: bool
False - don't render anything behind this menu / True - render normally (everything)
[edit] bRequire640x480
Type: bool
Does this menu require at least 640x480
Default value: True
[edit] bRestorable
Type: bool
When the GUIController receives a call to CloseAll(), should it reopen this page the next time main is opened?
[edit] CloseSound
Type: Sound
Sound to play when closed
[edit] InactiveFadeColor
Type: Object.Color
Color Modulation for Inactive Page
Default value:
| Member | Value |
|---|---|
| A | 255 |
| B | 64 |
| G | 64 |
| R | 64 |
[edit] OpenSound
Type: Sound
Sound to play when opened
[edit] ParentPage
Type: GUIPage
Modifiers: noexport, editconst
The page that exists before this one
[edit] Timers
Type: array<GUIComponent>
Modifiers: noexport, editconst, editconstarray, const
[edit] Default values
| Property | Value |
|---|---|
| bAcceptsInput | True |
| bTabStop | False |
| RenderWeight | 1.0E-4 |
[edit] Delegates
[edit] OnCanClose
[edit] OnClose
[edit] OnOpen
[edit] OnReOpen
[edit] Functions
[edit] Events
[edit] ChangeHint
[edit] Closed
Overrides: GUIMultiComponent.Closed
[edit] Free
Overrides: GUIMultiComponent.Free
[edit] HandleParameters
[edit] InitComponent
Overrides: GUIMultiComponent.InitComponent
[edit] SetFocus
Overrides: GUIMultiComponent.SetFocus
