AFunctionalTest::ReceivePrepareTest

Prepare Test is fired once the test starts up, before the test [IsReady()](API\Developer\FunctionalTesting\AFunctionalTest\IsReady) and thus before Start Test is called.

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

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h
Include #include "FunctionalTest.h"
void ReceivePrepareTest()

Remarks

Prepare Test is fired once the test starts up, before the test IsReady() and thus before Start Test is called. So if there's some initial conditions or setup that you might need for your IsReady() check, you might want to do that here.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library