Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/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 |
UFUNCTION (BlueprintCallable, Category="FunctionalTesting",
Meta=(WorldContext="WorldContextObject", CallableWithoutWorldContext))
static bool RunAllFunctionalTests
(
UObject * WorldContextObject,
bool bNewLog,
bool bRunLooped,
FString FailedTestsReproString
)
Remarks
Triggers in sequence all functional tests found on the level. true if any tests have been triggered