Choose your operating system:
Windows
macOS
Linux
| FAutomationTestBase::GetTests()
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include |
#include "Misc/AutomationTest.h" |
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)\
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) |