Always snap to grid

UE2:UT2MainMenu (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2MainMenu
Package: 
XInterface
This class in other games:
UT2004

Class: XInterface.UT2MainMenu

The Main Menu

(c) 2002, Epic Games, Inc. All Rights Reserved

Properties[edit]

AllowClose[edit]

Type: bool


Default values[edit]

See UT2MainMenu defaults.

Instance functions[edit]

ButtonClick[edit]

function bool ButtonClick (GUIComponent Sender)


CanClose[edit]

function bool CanClose (optional bool bCanceled)


InitComponent[edit]

function InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPage.InitComponent


MyKeyEvent[edit]

function bool MyKeyEvent (out byte Key, out byte State, float delta)


OnClose[edit]

function OnClose (optional bool bCanceled)

Overrides: GUIPage.OnClose