Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > FAutomationFilter
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h |
Include | #include "AutomationFilter.h" |
void SetShowOnlyExcludedTests
(
const bool InOnlyExcludedTests
)
Remarks
Set if we should only show excluded tests.
Parameters
Name | Description |
---|---|
InOnlyExcludedTests | If we should show excluded tests. |