AFunctionalTest::PrepareTest

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.

Windows
MacOS
Linux

Override Hierarchy

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h

Include

#include "FunctionalTest.h"

Source

/Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp

Syntax

virtual void PrepareTest()

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss