IAutomationControllerManager::SetEnabledTests

Sets any tests that match a name in the enabled tests array.

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h

Include

#include "IAutomationControllerManager.h"

Syntax

void SetEnabledTests
(
    const TArray< FString > & EnabledTests
)

Remarks

Sets any tests that match a name in the enabled tests array.

Parameters

Parameter

Description

EnabledTests

An array of test names that will be enabled.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss