Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
Include | #include "IAutomationReport.h" |
void GetCompletionStatus ( const int32 ClusterIndex, const int32 PassIndex, [FAutomationCompleteState](API\Developer\AutomationController\FAutomationCompleteState) & OutCompletionState )
Remarks
Returns completion statistics for this branch of the testing hierarchy.
Parameters
Name | Description |
---|---|
ClusterIndex | Index of the platform reporting the results of this test. See AutomationDeviceClusterManager. |
PassIndex | Which test pass to get the status of. |
OutCompletionState | Collection structure for execution statistics. |