Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalAITestBase
- AFunctionalTest::CleanUp()
- AFunctionalAITestBase::CleanUp()
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalAITest.h |
| Include | #include "FunctionalAITest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalAITest.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.