Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/IFunctionalTestingModule > API/Developer/FunctionalTesting/IFunctionalTestingModule/GetMapTests
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h |
| Include | #include "FunctionalTestingModule.h" |
void GetMapTests
(
bool bEditorOnlyTests,
TArray< FFunctionalTestInfo > & OutTestInfo,
TArray< FString > & OutTestMapAssets
) const
Remarks
Gets a list of tests and maps in the current project
Parameters
| Name | Description |
|---|---|
| bEditorOnlyTests | Only collect tests which run in the Editor |
| OutTestInfo | Updated to contain execution information for each test |
| OutTestMapAssets | Updated with the unique *.umap assets which contain tests |