Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message to request the performance data for this hardware.
| Name | FAutomationWorkerPerformanceDataRequest |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerPerformanceDataRequest : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerPerformanceDataRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataPoints | TArray< double > | AutomationWorkerMessages.h |
|
|
| Hardware | FString | AutomationWorkerMessages.h |
|
|
| Platform | FString | AutomationWorkerMessages.h |
|
|
| TestName | FString | AutomationWorkerMessages.h |
|