UGauntletTestController::EndTest

Called to end testing and exit the app with provided code, static to avoid test instance state/lifetime dependency

Windows
MacOS
Linux

References

Module

Gauntlet

Header

/Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Public/GauntletTestController.h

Include

#include "GauntletTestController.h"

Source

/Engine/Plugins/Experimental/Gauntlet/Source/Gauntlet/Private/GauntletTestController.cpp

Syntax

static void EndTest
(
    int32 ExitCode
)

Remarks

Called to end testing and exit the app with provided code, static to avoid test instance state/lifetime dependency

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss