IAutomationReport::GetNextReportToExecute

Returns the next test in the hierarchy to run.

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

TSharedPtr< IAutomationReport > GetNextReportToExecute
(
    bool & bOutAllTestsComplete,
    const int32 ClusterIndex,
    const int32 PassIndex,
    const int32 NumDevicesInCluster
)

Remarks

Returns the next test in the hierarchy to run.

Returns

The next report

Parameters

Parameter

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.

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