IAutomationReport::GetNextReportToExecute

Returns the next test in the hierarchy to run.

Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h
Include #include "IAutomationReport.h"
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > GetNextReportToExecute
(
    bool & bOutAllTestsComplete,
    const int32 ClusterIndex,
    const int32 PassIndex,
    const int32 NumDevicesInCluster
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library