Navigation
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
&40;
TSharedPtr< AutomationFilterCollection > InFilter,
const bool ParentPassedFilter
&41;
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. |