Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddCommand
(
IAutomationLatentCommand* NewCommand |
Enqueues a new latent command. | Misc/AutomationTest.h | |
void AddCommand
(
IAutomationNetworkCommand* NewCommand |
Enqueues a new latent network command. | Misc/AutomationTest.h |
AddCommand(IAutomationLatentCommand *)
Description
Enqueues a new latent command.
| Name | AddCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void AddCommand
(
IAutomationLatentCommand * NewCommand
)
AddCommand(IAutomationNetworkCommand *)
Description
Enqueues a new latent network command.
| Name | AddCommand |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
void AddCommand
(
IAutomationNetworkCommand * NewCommand
)