Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | IAudioInsightsTraceModule |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/IAudioInsightsTraceModule.h |
| Include Path | #include "IAudioInsightsTraceModule.h" |
Syntax
class IAudioInsightsTraceModule : public TraceServices::IModule
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddTraceProvider
(
TSharedPtr< UE::Audio::Insights::FTraceProviderBase > TraceProvider |
IAudioInsightsTraceModule.h | ||
bool AudioChannelsCanBeManuallyEnabled() |
IAudioInsightsTraceModule.h | ||
void ExecuteConsoleCommand
(
const FString& InCommandStr |
IAudioInsightsTraceModule.h | ||
UE::Audio::Insights::ETraceMode GetTraceMode() |
IAudioInsightsTraceModule.h | ||
bool IsAudioInsightsTrace() |
IAudioInsightsTraceModule.h | ||
bool IsTraceAnalysisActive() |
IAudioInsightsTraceModule.h | ||
void OnOnlyTraceAudioChannelsStateChanged
(
const bool bOnlyTraceAudioChannels |
IAudioInsightsTraceModule.h | ||
void SaveTraceSnapshot() |
IAudioInsightsTraceModule.h | ||
void StartTraceAnalysis
(
const bool bInOnlyTraceAudioChannels, |
IAudioInsightsTraceModule.h | ||
void StopTraceAnalysis() |
IAudioInsightsTraceModule.h |