UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationWorkerFindWorkersResponse Struct Reference

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerFindWorkersResponse:

Public Member Functions

 FAutomationWorkerFindWorkersResponse ()
 

Public Attributes

FString DeviceName
 
FString InstanceName
 
FString Platform
 
FString OSVersionName
 
FString ModelName
 
FString GPUName
 
FString CPUModelName
 
uint32 RAMInGB
 
FString RenderModeName
 
FGuid SessionId
 
FString RHIName
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

Implements a message that is sent in response to FAutomationWorkerFindWorkers.

Constructor & Destructor Documentation

◆ FAutomationWorkerFindWorkersResponse()

FAutomationWorkerFindWorkersResponse::FAutomationWorkerFindWorkersResponse ( )
inline

Default constructor.

Member Data Documentation

◆ CPUModelName

FString FAutomationWorkerFindWorkersResponse::CPUModelName

Holds the name of the CPU model.

◆ DeviceName

FString FAutomationWorkerFindWorkersResponse::DeviceName

Holds the name of the device that the worker is running on.

◆ GPUName

FString FAutomationWorkerFindWorkersResponse::GPUName

Holds the name of the GPU.

◆ InstanceName

FString FAutomationWorkerFindWorkersResponse::InstanceName

Holds the name of the worker's application instance.

◆ ModelName

FString FAutomationWorkerFindWorkersResponse::ModelName

Holds the name of the device model.

◆ OSVersionName

FString FAutomationWorkerFindWorkersResponse::OSVersionName

Holds the name of the operating system version.

◆ Platform

FString FAutomationWorkerFindWorkersResponse::Platform

Holds the name of the platform that the worker is running on.

◆ RAMInGB

uint32 FAutomationWorkerFindWorkersResponse::RAMInGB

Holds the amount of RAM this device has in gigabytes.

◆ RenderModeName

FString FAutomationWorkerFindWorkersResponse::RenderModeName

Holds the name of the current render mode.

◆ RHIName

FString FAutomationWorkerFindWorkersResponse::RHIName

Holds the name of the current RHI.

◆ SessionId

FGuid FAutomationWorkerFindWorkersResponse::SessionId

Holds the worker's application session identifier.


The documentation for this struct was generated from the following file: