FAutomationWorkerFindWorkersResponse

Implements a message that is sent in response to [FAutomationWorkerFindWorkers](API\Runtime\AutomationMessages\FAutomationWorkerFindWorkers).

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

CPUModelName

Holds the name of the CPU model.

Public variable

FString

 

DeviceName

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

Public variable

FString

 

GPUName

Holds the name of the GPU.

Public variable

FString

 

InstanceName

Holds the name of the worker's application instance.

Public variable

FString

 

ModelName

Holds the name of the device model.

Public variable

FString

 

OSVersionName

Holds the name of the operating system version.

Public variable

FString

 

Platform

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

Public variable

uint32

 

RAMInGB

Holds the amount of RAM this device has in gigabytes.

Public variable

FString

 

RenderModeName

Holds the name of the current render mode.

Public variable

FGuid

 

SessionId

Holds the worker's application session identifier.

Constructors

Name Description

Public function

FAutomationWorkerFindWorkersResponse()

Default constructor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss