Navigation
API > API/Developer > API/Developer/CQTest
Latent Command that waits until the Query evaluates to `true_ or the timeout has exceeded.
| Name | FWaitUntil |
| Type | class |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
Syntax
class FWaitUntil : public IAutomationLatentCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWaitUntil
(
FAutomationTestBase& InTestRunner, |
Commands/TestCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasTimerStarted | bool | Commands/TestCommands.h | ||
| Description | const TCHAR * | Commands/TestCommands.h | ||
| Query | TFunction< bool()> | Commands/TestCommands.h | ||
| StartTime | FDateTime | Commands/TestCommands.h | ||
| TestRunner | FAutomationTestBase & | Commands/TestCommands.h | ||
| Timeout | FTimespan | Commands/TestCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Update() |
Commands/TestCommands.h |