AFunctionalTest::IsReady

[IsReady()](API\Developer\FunctionalTesting\AFunctionalTest\IsReady) is called once per frame after a test is run, until it returns true.

Windows
MacOS
Linux

References

Module

FunctionalTesting

Header

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

Include

#include "FunctionalTest.h"

Syntax

bool IsReady()

Remarks

IsReady() is called once per frame after a test is run, until it returns true. You should use this function to delay Start being called on the test until preconditions are met.

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