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 SetEnabledTests ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & EnabledTests )
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. |