IAutomationReport::GetCompletionStatus

Returns completion statistics for this branch of the testing hierarchy.

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

void GetCompletionStatus
(
    const int32 ClusterIndex,
    const int32 PassIndex,
    FAutomationCompleteState & OutCompletionState
)

Remarks

Returns completion statistics for this branch of the testing hierarchy.

Parameters

Parameter

Description

ClusterIndex

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

PassIndex

Which test pass to get the status of.

OutCompletionState

Collection structure for execution statistics.

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