IUnrealInsightsModule::InitializeTesting

Called to initialize testing in stand alone Insights.

Unreal Engine C++ API Reference > 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library