Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UTUIScene_ConnectionStatus (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_MessageBox >> UTUIScene_ConnectionStatus |
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. |
This scene is displayed while the user is waiting for a connection to finish. It has code for handling connection error notifications and routing those errors back to its parent scenes.
Copyright 2007 Epic Games, Inc. All Rights Reserved
Default values
Property | Value |
---|---|
bExemptFromAutoClose | True |
Subobjects
WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTUIScene_MessageBox.WidgetEventComponent
No new values.
Instance functions
OnDestroyOnlineGameComplete
function OnDestroyOnlineGameComplete (bool bWasSuccessful)
OptionSelected
Overrides: UTUIScene_MessageBox.OptionSelected
Called when a user has chosen one of the possible options available to them. Begins hiding the dialog and calls the On
Parameters:
- OptionIdx - Index of the selection option.
- PlayerIndex - Index of the player that selected the option.