Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AFunctionalTest
Description
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.
| Name | IsReady |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
UFUNCTION (BlueprintNativeEvent, Category="Functional Testing")
bool IsReady()