Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUITabPage_MidGameSettings

Extends
UTTabPage_MidGame
Modifiers
dependson ( UTUIScene_MessageBox )

Copyright © 1998-2007 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIScreenObject
      |   
      +-- Engine.UIObject
         |   
         +-- Engine.UIContainer
            |   
            +-- Engine.UITabPage
               |   
               +-- UTGame.UTTabPage
                  |   
                  +-- UTGame.UTTabPage_MidGame
                     |   
                     +-- UTGame.UTUITabPage_MidGameSettings

Variables Summary
SoundCueAmbianceVolumeCue
SoundCueAnnouncerVolumeCue
UILabelDescriptionLabel
UTUIOptionListSettingsList
SoundCueSFXVolumeCue
SoundCueVoiceVolumeCue
Inherited Variables from UTGame.UTTabPage
bRequiresTick

Functions Summary
eventbool ActivatePage (int PlayerIndex, bool bActivate, optional bool bTakeFocus=true ))
function AdjustSkin (bool bHudSkin))
function AdvancedClosed (UIScene DeactivatedScene ))
function AdvancedOptions ()))
functionbool HandleInputKey (const out InputEventParameters EventParms ))
function MB_Selection (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex))
functionbool OnButtonBar_Advanced (UIScreenObject InButton, int InPlayerIndex))
functionbool OnButtonBar_Defaults (UIScreenObject InButton, int InPlayerIndex))
function OnOptionChanged (UIScreenObject InObject, name OptionName, int PlayerIndex))
function OnOptionFocused (UIScreenObject InObject, UIDataProvider OptionProvider))
event PostInitialize ()))
function SetupButtonBar (UTUIButtonBar ButtonBar))
Inherited Functions from UTGame.UTTabPage
CloseParentScene, GetButtonBar, HandleInputKey, OnChildRepositioned, SetupButtonBar


Variables Detail

AmbianceVolumeCue Source code

var transient SoundCue AmbianceVolumeCue;
Sound cue to play when the user changes the Ambiance volume slider.

AnnouncerVolumeCue Source code

var transient SoundCue AnnouncerVolumeCue;
Sound cue to play when the user changes the Announcer volume slider.

DescriptionLabel Source code

var UILabel DescriptionLabel;

SettingsList Source code

var UTUIOptionList SettingsList;

SFXVolumeCue Source code

var transient SoundCue SFXVolumeCue;
Sound cue to play when the user changes the SFX volume slider.

VoiceVolumeCue Source code

var transient SoundCue VoiceVolumeCue;
Sound cue to play when the user changes the Voice volume slider.


Functions Detail

ActivatePage Source code

event bool ActivatePage ( int PlayerIndex, bool bActivate, optional bool bTakeFocus=true ) )

AdjustSkin Source code

function AdjustSkin ( bool bHudSkin) )

AdvancedClosed Source code

function AdvancedClosed ( UIScene DeactivatedScene ) )

AdvancedOptions Source code

function AdvancedOptions ( ) )

HandleInputKey Source code

function bool HandleInputKey ( const out InputEventParameters EventParms ) )

MB_Selection Source code

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

OnButtonBar_Advanced Source code

function bool OnButtonBar_Advanced ( UIScreenObject InButton, int InPlayerIndex) )

OnButtonBar_Defaults Source code

function bool OnButtonBar_Defaults ( UIScreenObject InButton, int InPlayerIndex) )

OnOptionChanged Source code

function OnOptionChanged ( UIScreenObject InObject, name OptionName, int PlayerIndex) )
Delegate for when the user changes one of the options an option list.

OnOptionFocused Source code

function OnOptionFocused ( UIScreenObject InObject, UIDataProvider OptionProvider) )

PostInitialize Source code

event PostInitialize ( ) )

SetupButtonBar Source code

function SetupButtonBar ( UTUIButtonBar ButtonBar) )


Defaultproperties

defaultproperties
{
   Begin Object Class=UIComp_Event Name=WidgetEventComponent ObjName=WidgetEventComponent Archetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
      ObjectArchetype=UIComp_Event'UTGame.Default__UTTabPage_MidGame:WidgetEventComponent'
   End Object
   EventProvider=WidgetEventComponent
   Name="Default__UTUITabPage_MidGameSettings"
   ObjectArchetype=UTTabPage_MidGame'UTGame.Default__UTTabPage_MidGame'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:59.720 - Created with UnCodeX