IAutomationControllerManager::GetEnabledTestNames

Gets the names of all the enabled tests.

Windows
MacOS
Linux

References

Module

AutomationController

Header

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

Include

#include "IAutomationControllerManager.h"

Syntax

void GetEnabledTestNames
(
    TArray< FString > & OutEnabledTestNames
) const

Remarks

Gets the names of all the enabled tests.

Parameters

Parameter

Description

OutEnabledTestNames

The list to populate with enabled test names.

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