Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/FAutomationGroupFilter
Description
Set the list of strings the group filter checks for substrings in test display name.
| Name | SetFilters |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h |
| Include Path | #include "AutomationGroupFilter.h" |
void SetFilters
(
const TArray < FAutomatedTestFilter > & InFilters
)
Parameters
| Name | Remarks |
|---|---|
| InFilters | An array of strings to filter against test display names. |
See Also
-
FAutomatedTestFilterBase::MatchFromStart
-
FAutomatedTestFilterBase::MatchFromEnd