FAutomationWorkerFindWorkers

Worker discovery messages Implements a message that is published to find automation workers.

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

Changelist

Holds the change list number to find workers for.

Public variable

FString

 

GameName

The name of the game.

Public variable

FString

 

ProcessName

The name of the process.

Public variable

FGuid

 

SessionId

Holds the session identifier to find workers for.

Constructors

Name Description

Public function

FAutomationWorkerFindWorkers()

Default constructor.

Public function

FAutomationWorkerFindWorkers

(
    int32 InChangelist,
    const FString& InGameName,
    const FString& InProcessName,
    const FGuid& InSessionId
)

Creates and initializes a new instance.

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