IAutomationReport::GetState

Returns the state of the test (not run, in process, success, failure).

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

EAutomationState GetState
(
    const int32 ClusterIndex,
    const int32 PassIndex
) const

Remarks

Returns the state of the test (not run, in process, success, failure).

Returns

the current state of the test.

Parameters

Parameter

Description

ClusterIndex

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

PassIndex

Which test pass to get the state of.

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