UE3:UTUITabPage_AudioSettings (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_Options >> UTUITabPage_AudioSettings |
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. |
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
Overrides: UTUITabPage_Options.PostInitialize
Post initialization event - Setup widget delegates.
Other instance functions
OnApplySettings
Applies the current audio settings.
OnOptionList_OptionChanged
Overrides: UTUITabPage_Options.OnOptionList_OptionChanged
Pass through the option callback.
SetupButtonBar
Overrides: UTUITabPage_Options.SetupButtonBar
Callback allowing the tabpage to setup the button bar for the current scene.