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 GetEnabledTestNames
&40;
TArray< FString > & OutEnabledTestNames
&41; const
Remarks
Gets the names of all the enabled tests.
Parameters
Name | Description |
---|---|
OutEnabledTestNames | The list to populate with enabled test names. |