Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/FTestCommandBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTestCommandBuilder & Then
(
TFunction< void()> Action |
Commands/TestCommandBuilder.h | ||
FTestCommandBuilder & Then
(
const TCHAR* Description, |
Commands/TestCommandBuilder.h |
Then(TFunction< void()>)
| Name | Then |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommandBuilder.h |
| Include Path | #include "Commands/TestCommandBuilder.h" |
FTestCommandBuilder & Then
(
TFunction< void()> Action
)
Then(const TCHAR *, TFunction< void()>)
| Name | Then |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommandBuilder.h |
| Include Path | #include "Commands/TestCommandBuilder.h" |
FTestCommandBuilder & Then
(
const TCHAR * Description,
TFunction< void()> Action
)