UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationWorkerScreenImage Struct Reference

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerScreenImage:

Public Attributes

TArray< uint8ScreenImage
 
TArray< uint8FrameTrace
 
FString ScreenShotName
 
FAutomationScreenshotMetadata Metadata
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

Implements a message that is sent in containing a screen shot run during performance test.

Member Data Documentation

◆ FrameTrace

TArray<uint8> FAutomationWorkerScreenImage::FrameTrace

The frame trace data.

◆ Metadata

FAutomationScreenshotMetadata FAutomationWorkerScreenImage::Metadata

◆ ScreenImage

TArray<uint8> FAutomationWorkerScreenImage::ScreenImage

The screen shot data.

◆ ScreenShotName

FString FAutomationWorkerScreenImage::ScreenShotName

The screen shot name.


The documentation for this struct was generated from the following file: