IAutomationReport::GetResults

Gets a copy of errors and warnings that were found

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationReport.h"

Syntax

const FAutomationTestResults & GetResults
(
    const int32 ClusterIndex,
    const int32 PassIndex
)

Remarks

Gets a copy of errors and warnings that were found

Returns

The collection of results for the given cluster index

Parameters

Parameter

Description

ClusterIndex

Index of the platform we are requesting test results for.

PassIndex

Index of the test pass to get the results for.

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