Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationReport
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include | #include "IAutomationReport.h" |
TSharedPtr< IAutomationReport > GetNextReportToExecute
&40;
bool & bOutAllTestsComplete,
const int32 ClusterIndex,
const int32 PassIndex,
const int32 NumDevicesInCluster
&41;
Remarks
Returns the next test in the hierarchy to run. The next report
Parameters
| Name | Description |
|---|---|
| bOutAllTestsComplete | Whether or not all enabled tests have completed execution for this platform (cluster index). |
| ClusterIndex | Index of the platform reporting the results of this test. See AutomationDeviceClusterManager. |
| PassIndex | Which test pass we are currently on. |
| NumDevicesInCluster | The number of devices which are in this cluster. |