UFunctionalTestingManager::RunAllFunctionalTests

Triggers in sequence all functional tests found on the level.

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

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTestingManager.h
Include #include "FunctionalTestingManager.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTestingManager.cpp
static bool RunAllFunctionalTests
(
    [UObject](API\Runtime\CoreUObject\UObject\UObject) * WorldContextObject,
    bool bNewLog,
    bool bRunLooped,
    [FString](API\Runtime\Core\Containers\FString) FailedTestsReproString
)

Remarks

Triggers in sequence all functional tests found on the level. true if any tests have been triggered


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library