Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerFindWorkersResponse
Remarks
Implements a message that is sent in response to FAutomationWorkerFindWorkers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CPUModelName | Holds the name of the CPU model. | |
| FString | DeviceName | Holds the name of the device that the worker is running on. | |
| FString | GPUName | Holds the name of the GPU. | |
| FString | InstanceName | Holds the name of the worker's application instance. | |
| FString | ModelName | Holds the name of the device model. | |
| FString | OSVersionName | Holds the name of the operating system version. | |
| FString | Platform | Holds the name of the platform that the worker is running on. | |
| uint32 | RAMInGB | Holds the amount of RAM this device has in gigabytes. | |
| FString | RenderModeName | Holds the name of the current render mode. | |
| FString | RHIName | Holds the name of the current RHI. | |
| FGuid | SessionId | Holds the worker's application session identifier. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |