IAutomationReport::EnsureReportExists

Add a child test to the hierarchy, creating internal tree nodes as needed.

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationReport.h

Include

#include "IAutomationReport.h"

Syntax

TSharedPtr< IAutomationReport > EnsureReportExists
(
    FAutomationTestInfo & TestInfo,
    const int32 ClusterIndex,
    const int32 NumPasses
)

Remarks

Add a child test to the hierarchy, creating internal tree nodes as needed. If NewTestName is Editor.Maps.Loadall.TestName, this will create nodes for Editor, Maps, Loadall, and then a leaf node for the test name with the associated command line

Returns

The automation report.

Parameters

Parameter

Description

TestInfo

Structure containing all the test info.

ClusterIndex

Index of the platform reporting the results of this test. See AutomationDeviceClusterManager.

NumPasses

The number of passes we are going to perform. Used to make sure we have enough results..

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