Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationSpecBase
- FAutomationTestBase::GetTests()
- FAutomationSpecBase::GetTests()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
virtual void GetTests
&40;
TArray< FString > & OutBeautifiedNames,
TArray< FString > & OutTestCommands
&41; 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
Name | 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) |