Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices
Inheritance Hierarchy
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/ModuleService.h |
Include | #include "TraceServices/ModuleService.h" |
Syntax
class IModule : public [IModularFeature](API\Runtime\Core\Features\IModularFeature)
Functions
Type | Name | Description |
---|---|---|
void | GenerateReports ( const IAnalysisSession& Session, const TCHAR* CmdLine, const TCHAR* OutputDirectory ) | |
const TCHAR ... | GetCommandLineArgument () | |
void | GetLoggers ( TArray< const TCHAR* >& OutLo... ) | |
void | GetModuleInfo ( FModuleInfo& OutModuleInfo ) | |
void | OnAnalysisBegin ( IAnalysisSession& Session ) | |
bool | ShouldBeEnabledByDefault () |