Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalTest
Description
Called during FinishTest(). Allows for clean-up on the blueprint side, so that the user can bring the test back to its default state, making it ready for the next one.
| Name | ReceiveTestFinished |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
UFUNCTION (BlueprintImplementableEvent, Meta=(DisplayName="Test Finished"))
void ReceiveTestFinished()