IUnrealInsightsModule::InitializeTesting

Called to initialize testing in stand alone Insights.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

void InitializeTesting
(
    bool InInitAutomationModules,
    bool InAutoQuit
)

Remarks

Called to initialize testing in stand alone Insights.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss