Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools
| Name | FComparisonReport |
| Type | struct |
| Header File | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
| Include Path | #include "ImageComparer.h" |
Syntax
struct FComparisonReport
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComparisonReport
(
const FString& InReportRootDirectory, |
ReportRootDirectory is where all reports are saved. | ImageComparer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Comparison | FImageComparisonResult | ImageComparer.h | ||
| ReportFile | FString | ImageComparer.h | ||
| ReportPath | FString | ImageComparer.h | ||
| ReportRootDirectory | FString | ImageComparer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FImageComparisonResult & GetComparisonResult() |
ImageComparer.h | ||
const FString & GetReportFile() |
Return the path to the file used to generate this report | ImageComparer.h | |
const FString & GetReportPath() |
Return the path to all files in this report | ImageComparer.h | |
const FString & GetReportRootDirectory() |
Return the path to a location where all reports (including this one) are kept in this session | ImageComparer.h | |
void SetComparisonResult
(
const FImageComparisonResult& InResult |
ImageComparer.h |