IAutomationReport::GetResults

Gets a copy of errors and warnings that were found

Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h
Include #include "IAutomationReport.h"
const [FAutomationTestResults](API\Developer\AutomationController\FAutomationTestResults) & GetResults
(
    const int32 ClusterIndex,
    const int32 PassIndex
)

Remarks

Gets a copy of errors and warnings that were found The collection of results for the given cluster index

Parameters

Name Description
ClusterIndex Index of the platform we are requesting test results for.
PassIndex Index of the test pass to get the results for.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library