Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalTest
- 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 |
virtual void CleanUp&40;&41;
Remarks
Called to clean up when tests is removed from the list of active tests after finishing execution. Note 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.