UE3:UTUITabPage_AudioSettings (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_Options >> UTUITabPage_AudioSettings
Package:
UTGame
Implemented interfaces:
UIDataStoreSubscriber

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

Tab page for a user's Audio settings.

Properties

AmbianceVolumeCue

Type: SoundCue

Modifiers: transient

Sound cue to play when the user changes the Ambiance volume slider.

AnnouncerVolumeCue

Type: SoundCue

Modifiers: transient

Sound cue to play when the user changes the Announcer volume slider.

bFullyInitialized

Type: bool

Modifiers: transient

Whether or not we have been fully initialized.

SFXVolumeCue

Type: SoundCue

Modifiers: transient

Sound cue to play when the user changes the SFX volume slider.

VoiceVolumeCue

Type: SoundCue

Modifiers: transient

Sound cue to play when the user changes the Voice volume slider.

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTUITabPage_Options.WidgetEventComponent

No new values.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UTUITabPage_Options.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions

OnApplySettings

function OnApplySettings ()

Applies the current audio settings.

OnOptionList_OptionChanged

function OnOptionList_OptionChanged (UIScreenObject InObject, name OptionName, int PlayerIndex)

Overrides: UTUITabPage_Options.OnOptionList_OptionChanged

Pass through the option callback.

SetupButtonBar

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTUITabPage_Options.SetupButtonBar

Callback allowing the tabpage to setup the button bar for the current scene.