Navigation
API > API/Plugins > API/Plugins/AutomatedPerfTesting > API/Plugins/AutomatedPerfTesting/UAutomatedPerfTestControllerBase
Description
Shut down and queue an exit with an exit code of 1 to indicate generic failure. A custom non-zero value may be provided if needed, though any new systemic failures should be implemented as a new function with a custom reserved value.
| Name | EndTestFailure |
| Type | function |
| Header File | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Public/AutomatedPerfTestControllerBase.h |
| Include Path | #include "AutomatedPerfTestControllerBase.h" |
| Source | /Engine/Plugins/Performance/AutomatedPerfTesting/Source/AutomatedPerfTesting/Private/AutomatedPerfTestControllerBase.cpp |
UFUNCTION ()
void EndTestFailure
(
const int32 ExitCode
)