The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTUIFrontEnd_InstantAction (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIFrontEnd >> UTUIFrontEnd_LaunchGame >> UTUIFrontEnd_InstantAction
Package: 
UTGame
This class in other games:
UT3

Instant Action scene for UT3.

Subobjects

SceneEventComponent

Class: Engine.UIComp_Event

Inherits from: UTUIFrontEnd_LaunchGame.SceneEventComponent

No new values.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UTUIFrontEnd_LaunchGame.PostInitialize

PostInitialize event - Sets delegates for the scene.

Other instance functions

OnStartGame

function OnStartGame ()

Overrides: UTUIFrontEnd_LaunchGame.OnStartGame

Attempts to start an instant action game.

OnStartGame_Confirm

function OnStartGame_Confirm (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex)

Callback for the start game message box.