Navigation
API > API/Plugins > API/Plugins/AudioInsights
Inheritance Hierarchy
- IModularFeature
- IModule
- IAudioInsightsTraceModule
- FTraceModule
References
| Module | AudioInsights |
| Header | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/AudioInsightsTraceModule.h |
| Include | #include "AudioInsightsTraceModule.h" |
Syntax
class FTraceModule : public IAudioInsightsTraceModule
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTraceModule () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< TraceProviderType > | |||
| double | |||
| void | SetFirstTimeStamp
(
double InFirstTimeStamp |
Overridden from IAudioInsightsTraceModule
| Type | Name | Description | |
|---|---|---|---|
| void | AddTraceProvider
(
TSharedPtr< FTraceProviderBase > TraceProvider |
||
| TSharedRef< FTraceChannelManager > | |||
| bool | |||
| void | |||
| void |
Overridden from IModule
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateReports
(
const TraceServices::IAnalysisSession& Session, |
||
| const TCHAR * | |||
| void | GetLoggers
(
TArray< const TCHAR* >& OutLoggers |
||
| void | GetModuleInfo
(
TraceServices::FModuleInfo& OutModuleInfo |
||
| void | OnAnalysisBegin
(
TraceServices::IAnalysisSession& Session |