Navigation
API > API/Developer > API/Developer/CQTest
Latent Command which executes the provided function.
| Name | FExecute |
| Type | class |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
Syntax
class FExecute : public IAutomationLatentCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExecute
(
FAutomationTestBase& InTestRunner, |
Commands/TestCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | const TCHAR * | Commands/TestCommands.h | ||
| FailureBehavior | ECQTestFailureBehavior | Commands/TestCommands.h | ||
| Func | TFunction< void()> | Commands/TestCommands.h | ||
| TestRunner | FAutomationTestBase & | Commands/TestCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Update() |
Commands/TestCommands.h |