IAutomationControllerManager::GetEnabledTestNames

Gets the names of all the enabled 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 GetEnabledTestNames
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutEnabledTestNames
) const

Remarks

Gets the names of all the enabled tests.

Parameters

Name Description
OutEnabledTestNames The list to populate with enabled test names.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library