IAutomationReport::SetFilter

Filters the visible tests based on search text, execution status, regression test, etc.

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

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h
Include #include "IAutomationReport.h"
bool SetFilter
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [AutomationFilterCollection](API\Developer\AutomationController\AutomationFilterCollection) > InFilter,
    const bool ParentPassedFilter
)

Remarks

Filters the visible tests based on search text, execution status, regression test, etc. whether this report or any of its children passed the filter.

Parameters

Name Description
InFilterDesc The description of how to decide if this report should be visible.
ParentPassedFilter If the parent passed the filter.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library