Navigation
API > API/Plugins > API/Plugins/AudioInsights
| Name | IAudioInsightsModuleInterface |
| Type | class |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/IAudioInsightsModuleInterface.h |
| Include Path | #include "IAudioInsightsModuleInterface.h" |
Syntax
class IAudioInsightsModuleInterface : public IModuleInterface
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::Audio::Insights::FAudioInsightsCacheManager & GetCacheManager() |
IAudioInsightsModuleInterface.h | ||
UE::Audio::Insights::FAudioInsightsDetailsSelectionManager & GetDetailsSelectionManager() |
IAudioInsightsModuleInterface.h | ||
virtual::Audio::FDeviceId GetDeviceId() |
IAudioInsightsModuleInterface.h | ||
UE::Audio::Insights::FAudioInsightsTimingViewExtender & GetTimingViewExtender() |
IAudioInsightsModuleInterface.h | ||
IAudioInsightsTraceModule & GetTraceModule() |
IAudioInsightsModuleInterface.h | ||
void RegisterDashboardViewFactory
(
TSharedRef< UE::Audio::Insights::IDashboardViewFactory > InDashboardFactory |
IAudioInsightsModuleInterface.h | ||
void RegisterEventLogCategories
(
const TMap< FString, TSet< FString > >& InCategoriesToEvents |
Allows external plug-ins to batch-define events and categories for the AudioInsights Event Log. | IAudioInsightsModuleInterface.h | |
void RegisterEventLogDisplayNames
(
const TMap< FString, FText >& InDisplayNames |
Allows external plug-ins to provide localized display names for their custom event types and categories. | IAudioInsightsModuleInterface.h | |
void UnregisterDashboardViewFactory
(
FName InName |
IAudioInsightsModuleInterface.h |