Navigation
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. |