AFunctionalTest::CleanUp

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

Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalTest

  • AFunctionalTest::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()

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library