Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationControllerManager
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
Include | #include "IAutomationControllerManager.h" |
void GetFilteredTestNames ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutFilteredTestNames ) const
Remarks
Gets the names of all the filtered tests.
Parameters
Name | Description |
---|---|
OutFilteredTestNames | The list to populate with filtered test names. |