IAutomationControllerManager::GetFilteredTestNames

Gets the names of all the filtered tests.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library