Navigation
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&40;&41;
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.