Navigation
| Name | AutomationMessages |
| Type | Runtime |
| Location | /Engine/Source/Runtime/AutomationMessages/ |
| Module Build Rules | AutomationMessages.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FAutomationScreenshotMetadata | |
| FAutomationWorkerFindWorkers | Worker discovery messages Implements a message that is published to find automation workers. |
| FAutomationWorkerFindWorkersResponse | Implements a message that is sent in response to FAutomationWorkerFindWorkers. |
| FAutomationWorkerImageComparisonResults | Implements a message that is sent in containing a screen shot run during performance test. |
| FAutomationWorkerMessageBase | |
| FAutomationWorkerNextNetworkCommandReply | |
| FAutomationWorkerPerformanceDataRequest | Implements a message to request the performance data for this hardware. |
| FAutomationWorkerPerformanceDataResponse | Implements a message that responds to PerformanceDataRequest. |
| FAutomationWorkerPing | |
| FAutomationWorkerPong | |
| FAutomationWorkerRequestNextNetworkCommand | |
| FAutomationWorkerRequestTests | Implements a message for requesting available automation tests from a worker. |
| FAutomationWorkerRequestTestsReplyComplete | Returns list of all tests |
| FAutomationWorkerRunTests | Implements a message to request the running of automation tests on a worker. |
| FAutomationWorkerRunTestsReply | Implements a message that is sent in response to FAutomationWorkerRunTests. |
| FAutomationWorkerScreenImage | Implements a message that is sent in containing a screen shot run during performance test. |
| FAutomationWorkerSingleTestReply | A single test reply, used by FAutomationWorkerRequestTestsReplyComplete |
| FAutomationWorkerStartTestSession | |
| FAutomationWorkerStopTests | |
| FAutomationWorkerStopTestSession | |
| FAutomationWorkerTelemetryData | Implements a message that contains telemetry data. |
| FAutomationWorkerTelemetryItem | Implements a message that contains telemetry data point. |
| FAutomationWorkerTestDataRequest | Implements a message that handles both storing and requesting ground truth data. |
| FAutomationWorkerTestDataResponse | Implements a message that responds to TestDataRequests. |
| FAutomationWorkerWorkerOffline | Implements a message that notifies automation controllers that a worker went off-line. |