Navigation
API > API/Runtime > API/Runtime/AutomationMessages > API/Runtime/AutomationMessages/FAutomationWorkerSingleTestReply
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | AutomationWorkerMessages.h | ||
FAutomationWorkerSingleTestReply
(
const FAutomationTestInfo& InTestInfo |
Creates and initializes a new instance. | AutomationWorkerMessages.h |
FAutomationWorkerSingleTestReply()
Description
Default constructor.
| Name | FAutomationWorkerSingleTestReply |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerSingleTestReply()
FAutomationWorkerSingleTestReply(const FAutomationTestInfo &)
Description
Creates and initializes a new instance.
| Name | FAutomationWorkerSingleTestReply |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerSingleTestReply
(
const FAutomationTestInfo & InTestInfo
)