Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/FTestCommandBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTestCommandBuilder & WaitDelay
(
FTimespan Timeout |
Note that using a timed-wait can introduce test flakiness due to variable runtimes. | Commands/TestCommandBuilder.h | |
FTestCommandBuilder & WaitDelay
(
const TCHAR* Description, |
Note that using a timed-wait can introduce test flakiness due to variable runtimes. | Commands/TestCommandBuilder.h |
WaitDelay(FTimespan)
Description
Note that using a timed-wait can introduce test flakiness due to variable runtimes. Please consider using `Until_ and waiting until something happens instead.
| Name | WaitDelay |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommandBuilder.h |
| Include Path | #include "Commands/TestCommandBuilder.h" |
FTestCommandBuilder & WaitDelay
(
FTimespan Timeout
)
WaitDelay(const TCHAR *, FTimespan)
Description
Note that using a timed-wait can introduce test flakiness due to variable runtimes. Please consider using `Until_ and waiting until something happens instead.
| Name | WaitDelay |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommandBuilder.h |
| Include Path | #include "Commands/TestCommandBuilder.h" |
FTestCommandBuilder & WaitDelay
(
const TCHAR * Description,
FTimespan Timeout
)