Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationControllerManager
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h |
| Include | #include "IAutomationControllerManager.h" |
void SetEnabledTests
&40;
const TArray< FString > & EnabledTests
&41;
Remarks
Sets any tests that match a name in the enabled tests array.
Parameters
| Name | Description |
|---|---|
| EnabledTests | An array of test names that will be enabled. |