|
Space Plunder
|
#include <AudioOptionsWidget.h>
Public Member Functions | |
| UAudioOptionsWidget (const FObjectInitializer &ObjectInitializer) | |
| struct FAudioPlayerOptions | GetAudioSliderValues () const |
| void | SetSliderValues () |
| bool | LoadAudioSetting () |
Public Member Functions inherited from UMenuSystemWidget | |
| UMenuSystemWidget (const FObjectInitializer &ObjectInitializer) | |
| virtual bool | NativeOnHandleBackAction () override |
| void | SetMenuInterface (IMenuSystem *Interface) |
| void | Setup () |
| virtual void | OpenConfirmationMessage (const FModalData &ModalData) |
| virtual void | SetServerList (const TArray< FServerRow > &ServerInfo) |
| void | SetOwnerWidget (UUserWidget *Owner) |
| UUserWidget * | GetOwnerWidget () const |
| void | WidgetVisibilityChanged (ESlateVisibility SlateVisibility) |
| bool | GetIsOnlineGame () const |
| bool | GetIsPublicMatch () const |
| virtual bool | GetDebuggingMode () const |
| virtual FString | GetPlayerUserName () const |
| virtual bool | GetIsPlayerLoggedIn () const |
| virtual FString | GetCurrentSessionName () const |
| virtual EOnlineSubsystem | GetOnlineSubsystem () const |
Protected Member Functions | |
| virtual bool | Initialize () override |
| virtual void | NativePreConstruct () override |
| virtual void | NativeConstruct () override |
| virtual void | WidgetVisibilityChanged_Implementation (ESlateVisibility SlateVisibility) override |
Protected Member Functions inherited from UMenuSystemWidget | |
| virtual void | ModalButtonSelected (const int32 Index) |
| void | OnModalButtonSelectedEvent (const int32 Index) |
| virtual void | ModalClosed () |
| void | OnModalClosedEvent () |
| class UModalMenuSystemWidget * | GetCurrentModal () const |
| void | SetModalSlot (UPanelWidget *PanelWidget) |
| void | SetNotificationSlot (UPanelWidget *PanelWidget) |
Protected Member Functions inherited from UBaseActivatableWidget | |
| void | LogDebugError (const FString &Message) const |
| void | LogDebugError (const FString &Message, const int32 Value) const |
| void | LogDebugError (const FString &Message, const float Value) const |
| void | LogDebugWarning (const FString &Message) const |
| void | LogDebugWarning (const FString &Message, const int32 Value) const |
| void | LogDebugWarning (const FString &Message, const float Value) const |
| void | LogDebugMessage (const FString &Message, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const int32 Value, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const float Value, const bool bWarning=false, const bool bError=false) const |
| void | LogDebugMessage (const FString &Message, const bool bValue, const bool bWarning, const bool bError) const |
| void | LogOnScreenMessage (const int32 Key, const FString &Message, FColor Color=FColor::Green) const |
| void | SetCategoryName (const FLogCategoryBase &Category) |
Protected Attributes | |
| UCommonSlider * | MasterVolumeSlider = nullptr |
| UCommonSlider * | DialogueVolumeSlider = nullptr |
| UCommonSlider * | FootstepsVolumeSlider = nullptr |
| UCommonSlider * | AmbienceVolumeSlider = nullptr |
| UCommonSlider * | MusicVolumeSlider = nullptr |
| UCommonSlider * | UIVolumeSlider = nullptr |
| UCommonSlider * | VoiceVolumeSlider = nullptr |
| UCommonSlider * | SFXVolumeSlider = nullptr |
Protected Attributes inherited from UMenuSystemWidget | |
| IMenuSystem * | MenuInterface = nullptr |
| class IModalInterface * | ModalInterface = nullptr |
| bool | bIsController = false |
| bool | bIsKeyboard = false |
| bool | bMouse = false |
Protected Attributes inherited from UBaseActivatableWidget | |
| bool | bDebuggingMode = false |
Private Member Functions | |
| void | MasterSliderChanged (const float Value) |
| void | DialogueSliderChanged (const float Value) |
| void | FootstepsSliderChanged (const float Value) |
| void | AmbienceSliderChanged (const float Value) |
| void | MusicSliderChanged (const float Value) |
| void | UISliderChanged (const float Value) |
| void | VoiceSliderChanged (const float Value) |
| void | SFXSliderChanged (const float Value) |
Private Attributes | |
| USoundClass * | MasterSC |
| USoundClass * | DialogueSC |
| USoundClass * | FootstepsSC |
| USoundClass * | AmbienceSC |
| USoundClass * | MusicSC |
| USoundClass * | UISC |
| USoundClass * | VoiceSC |
| USoundClass * | SFXSC |
Additional Inherited Members | |
Public Attributes inherited from UMenuSystemWidget | |
| FOnMenuBackButtonSelected | OnMenuBackButtonSelected |
| UAudioOptionsWidget::UAudioOptionsWidget | ( | const FObjectInitializer & | ObjectInitializer | ) |
|
private |
|
private |
|
private |
| FAudioPlayerOptions UAudioOptionsWidget::GetAudioSliderValues | ( | ) | const |
|
overrideprotectedvirtual |
Reimplemented from UMenuSystemWidget.
| bool UAudioOptionsWidget::LoadAudioSetting | ( | ) |
|
private |
|
private |
|
overrideprotectedvirtual |
Reimplemented from UMenuSystemWidget.
|
overrideprotectedvirtual |
| void UAudioOptionsWidget::SetSliderValues | ( | ) |
|
private |
|
private |
|
private |
|
overrideprotectedvirtual |
|
private |
|
protected |
|
private |
|
protected |
|
private |
|
protected |
|
private |
|
protected |
|
private |
|
protected |
|
private |
|
protected |
|
private |
|
protected |
|
private |
|
protected |