IAutomationReport::SetResults

Sets the results of the test for use by the UI.

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

void SetResults
(
    const int32 ClusterIndex,
    const int32 PassIndex,
    const FAutomationTestResults & InResults
)

Remarks

Sets the results of the test for use by the UI.

Parameters

Parameter

Description

ClusterIndex

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

PassIndex

Which test pass these results are for.

InResults

The new set of results.

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