AFunctionalTest::CleanUp

Called to clean up when tests is removed from the list of active tests after finishing execution.

Windows
MacOS
Linux

Override Hierarchy

AFunctionalTest::CleanUp()

AFunctionalAITestBase::CleanUp()

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h

Include

#include "FunctionalTest.h"

Source

/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp

Syntax

virtual void CleanUp()

Remarks

Called to clean up when tests is removed from the list of active tests after finishing execution.

that FinishTest gets called after every "cycle" of a test (where further cycles are enabled by WantsToRunAgain calls). CleanUp gets called when all cycles are done.

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