Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerScreenImage
Remarks
Implements a message that is sent in containing a screen shot run during performance test.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | FrameTrace | The frame trace data. | |
| FAutomationScreenshotMetadata | Metadata | ||
| TArray< uint8 > | ScreenImage | The screen shot data. | |
| FString | ScreenShotName | The screen shot name. |