Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/TBaseTest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddCommand
(
IAutomationLatentCommand* Cmd |
The framework expects you to pass a 'new' command, which it will own and destroy. | CQTest.h | |
void AddCommand
(
TSharedPtr< IAutomationLatentCommand > Cmd |
CQTest.h |
AddCommand(IAutomationLatentCommand *)
Description
The framework expects you to pass a 'new' command, which it will own and destroy.
| Name | AddCommand |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/CQTest.h |
| Include Path | #include "CQTest.h" |
void AddCommand
(
IAutomationLatentCommand * Cmd
)
AddCommand(TSharedPtr< IAutomationLatentCommand >)
| Name | AddCommand |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/CQTest.h |
| Include Path | #include "CQTest.h" |
void AddCommand
(
TSharedPtr< IAutomationLatentCommand > Cmd
)