Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationReport
Description
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
| Name | EnsureReportExists |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include Path | #include "IAutomationReport.h" |
TSharedPtr < IAutomationReport > EnsureReportExists
(
FAutomationTestInfo & TestInfo,
const int32 ClusterIndex,
const int32 NumPasses
)
The automation report.
Parameters
| Name | Remarks |
|---|---|
| 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.. |