FAutomationTestBase::GetTests

Asks the test to enumerate variants that will all go through the "RunTest" function with different parameters (for load all maps, this should enumerate all maps to load)\

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h

Include

#include "Misc/AutomationTest.h"

Syntax

void GetTests
(
    TArray< FString > & OutBeautifiedNames,
    TArray< FString > & OutTestCommands
) const

Remarks

Asks the test to enumerate variants that will all go through the "RunTest" function with different parameters (for load all maps, this should enumerate all maps to load)\

Parameters

Parameter

Description

OutBeautifiedNames

Name of the test that can be displayed by the UI (for load all maps, it would be the map name without any directory prefix)

OutTestCommands

The parameters to be specified to each call to RunTests (for load all maps, it would be the map name to load)