Navigation
API > API/Runtime > API/Runtime/AutomationMessages > API/Runtime/AutomationMessages/FAutomationWorkerFindWorkers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | AutomationWorkerMessages.h | ||
FAutomationWorkerFindWorkers
(
int32 InChangelist, |
Creates and initializes a new instance. | AutomationWorkerMessages.h |
FAutomationWorkerFindWorkers()
Description
Default constructor.
| Name | FAutomationWorkerFindWorkers |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerFindWorkers()
FAutomationWorkerFindWorkers(int32, const FString &, const FString &, const FGuid &)
Description
Creates and initializes a new instance.
| Name | FAutomationWorkerFindWorkers |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerFindWorkers
(
int32 InChangelist,
const FString & InGameName,
const FString & InProcessName,
const FGuid & InSessionId
)