IAutomationReport::SetFilter

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

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationReport.h

Include

#include "IAutomationReport.h"

Syntax

bool SetFilter
(
    TSharedPtr< AutomationFilterCollection > InFilter,
    const bool ParentPassedFilter
)

Remarks

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

Returns

whether this report or any of its children passed the filter.

Parameters

Parameter

Description

InFilterDesc

The description of how to decide if this report should be visible.

ParentPassedFilter

If the parent passed the filter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss