Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/IUnrealInsightsModule
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include | #include "Insights/IUnrealInsightsModule.h" |
void InitializeTesting
(
bool InInitAutomationModules,
bool InAutoQuit
)
Remarks
Called to initialize testing in stand alone Insights.
Parameters
| Name | Description |
|---|---|
| InInitAutomationModules | If true Insights will initialize the modules required for running automation tests. |
| InAutoQuit | If true Insights will close after completing session analysis and running any tests started using the ScheduleCommand function. |