Navigation
API > API/Plugins > API/Plugins/AudioInsightsEditor
| Name | UAudioInsightsEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsightsEditor/Public/AudioInsightsEditorSettings.h |
| Include Path | #include "AudioInsightsEditorSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class UAudioInsightsEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UAudioInsightsEditorSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAudioInsightsEditorSettings() |
AudioInsightsEditorSettings.h |
Structs
| Name | Remarks |
|---|---|
| EditedEvent |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnOnlyTraceAudioChannelsPropertyChanged | TMulticastDelegate_OneParam< void, const bool > | AudioInsightsEditorSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOnlyTraceAudioChannels | bool | Disable all non - command line trace channels apart from Audio, Audio Mixer and Bookmark when starting a live monitoring / live trace.This will reduce the file size of snapshots / trace sessions while using Audio Insights. | AudioInsightsEditorSettings.h |
|
| bWorldFilterDefaultsToFirstClient | bool | Whether to automatically set the first PIE client in Audio Insights World Filter. | AudioInsightsEditorSettings.h |
|
| EventLogSettings | FAudioEventLogSettings | Settings for the Event Log | AudioInsightsEditorSettings.h |
|
| OnOnlyTraceAudioChannelsPropertyChanged | FOnOnlyTraceAudioChannelsPropertyChanged | AudioInsightsEditorSettings.h | ||
| SignalFlowSettings | FSignalFlowSettings | Settings for the Signal Flow Dashboard | AudioInsightsEditorSettings.h |
|
| SoundDashboardSettings | FSoundDashboardSettings | Settings for the Sound Dashboard | AudioInsightsEditorSettings.h |
|
| SpectrogramSettings | FSpectrogramRackUnitSettings | Settings for analyzer rack spectrogram widget | AudioInsightsEditorSettings.h |
|
| SpectrumAnalyzerSettings | FSpectrumAnalyzerRackUnitSettings | Settings for analyzer rack spectrum analyzer widget | AudioInsightsEditorSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InBuiltAudioLogEventTypes | const TMap< FString, TSet< FString > > | AudioInsightsEditorSettings.h | ||
| OnRequestReadEventLogSettingsHandle | FDelegateHandle | AudioInsightsEditorSettings.h | ||
| OnRequestReadSignalFlowSettingsHandle | FDelegateHandle | AudioInsightsEditorSettings.h | ||
| OnRequestReadSoundDashboardSettingsHandle | FDelegateHandle | AudioInsightsEditorSettings.h | ||
| OnRequestWriteEventLogSettingsHandle | FDelegateHandle | AudioInsightsEditorSettings.h | ||
| OnRequestWriteSignalFlowSettingsHandle | FDelegateHandle | AudioInsightsEditorSettings.h | ||
| OnRequestWriteSoundDashboardSettingsHandle | FDelegateHandle | AudioInsightsEditorSettings.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
AudioInsightsEditorSettings.h | ||
virtual FName GetCategoryName() |
AudioInsightsEditorSettings.h | ||
virtual FText GetSectionDescription() |
AudioInsightsEditorSettings.h | ||
virtual FText GetSectionText() |
AudioInsightsEditorSettings.h | ||
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
AudioInsightsEditorSettings.h | ||
virtual void PostEditUndo() |
AudioInsightsEditorSettings.h | ||
virtual void PostInitProperties() |
AudioInsightsEditorSettings.h |