IFunctionalTestingModule::GetMapTests

Gets a list of maps/tests in the current project

Unreal Engine C++ API Reference > Developer > FunctionalTesting > IFunctionalTestingModule

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingModule.h
Include #include "FunctionalTestingModule.h"
void GetMapTests
(
    bool bEditorOnlyTests,
    [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutBeautifiedNames,
    [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutTestCommands,
    [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutTestMapAssets
) const

Remarks

Gets a list of maps/tests in the current project


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library