Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationReport
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include | #include "IAutomationReport.h" |
const FAutomationTestResults & GetResults
&40;
const int32 ClusterIndex,
const int32 PassIndex
&41;
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. |