The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE2:UT2K4CustomHUDMenu (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4CustomHUDMenu |
Contents
- Package:
- GUI2K4
- Direct subclasses:
- CustomHUDMenuAssault, CustomHUDMenuOnslaught
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. |
Created on: 09/22/2003 Base class for all custom HUD settings menus
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
b_Cancel
Type: GUIButton
Modifiers: automated
b_OK
Type: GUIButton
Modifiers: automated
b_Reset
Type: GUIButton
Modifiers: automated
GameClass
Default values
Property | Value |
---|---|
DefaultHeight | 0.7 |
DefaultLeft | 0.125 |
DefaultTop | 0.15 |
DefaultWidth | 0.598398 |
WinHeight | 0.7 |
WinLeft | 0.125 |
WinTop | 0.15 |
WinWidth | 0.598398 |
Functions
Events
Closed
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIPage.Closed
HandleParameters
Overrides: GUIPage.HandleParameters
Other instance functions
InitializeGameClass
InternalOnChange
function InternalOnChange (GUIComponent Sender)
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
LoadSettings
function LoadSettings ()
RestoreDefaults
function RestoreDefaults ()
SaveSettings
function SaveSettings ()