IAutomationReport::GetEnabledTestReports

Returns all the enabled test reports.

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

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h
Include #include "IAutomationReport.h"
void GetEnabledTestReports
(
    [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) >> & OutReports
)

Remarks

Returns all the enabled test reports.

Parameters

Name Description
an array to be filled with all reports

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library