Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message that is sent in containing a screen shot run during performance test.
| Name | FAutomationWorkerScreenImage |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerScreenImage : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerScreenImage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameTrace | TArray< uint8 > | The frame trace data. | AutomationWorkerMessages.h |
|
| Metadata | FAutomationScreenshotMetadata | AutomationWorkerMessages.h |
|
|
| ScreenImage | TArray< uint8 > | The screen shot data. | AutomationWorkerMessages.h |
|
| ScreenShotName | FString | The screen shot name. | AutomationWorkerMessages.h |
|