IAutomationReport::SetResults

Sets the results of the test for use by the UI.

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

References

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

Remarks

Sets the results of the test for use by the UI.

Parameters

Name Description
ClusterIndex Index of the platform reporting the results of this test. See AutomationDeviceClusterManager.
PassIndex Which test pass these results are for.
InResults The new set of results.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library