Navigation
API > API/Plugins > API/Plugins/CQTest > API/Plugins/CQTest/Commands
Inheritance Hierarchy
- TSharedFromThis
- IAutomationLatentCommand
- FWaitUntil
References
| Module | CQTest |
| Header | /Engine/Plugins/Tests/CQTest/Source/CQTest/Public/Commands/TestCommands.h |
| Include | #include "Commands/TestCommands.h" |
Syntax
class FWaitUntil : public IAutomationLatentCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasTimerStarted | ||
| const TCHAR * | Description | ||
| TFunction< bool()> | Query | ||
| FDateTime | StartTime | ||
| FAutomationTestBase & | TestRunner | ||
| FTimespan | Timeout |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWaitUntil
(
FAutomationTestBase& InTestRunner, |
Overridden from IAutomationLatentCommand
| Type | Name | Description | |
|---|---|---|---|
| bool | Update () |
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired) |