Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerFindWorkers
Remarks
Worker discovery messages Implements a message that is published to find automation workers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Changelist | Holds the change list number to find workers for. | |
| FString | GameName | The name of the game. | |
| FString | ProcessName | The name of the process. | |
| FGuid | SessionId | Holds the session identifier to find workers for. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FAutomationWorkerFindWorkers
(
int32 InChangelist, |
Creates and initializes a new instance. |