Navigation
API > API/Plugins > API/Plugins/CQTest > API/Plugins/CQTest/TBaseTest
| Type | Name | Description | |
|---|---|---|---|
| void | AddCommand
(
IAutomationLatentCommand* Cmd |
The framework expects you to pass a 'new' command, which it will own and destroy. | |
| void | AddCommand
(
TSharedPtr< IAutomationLatentCommand > Cmd |
The framework expects you to pass a 'new' command, which it will own and destroy. |