Navigation
Unreal Engine C++ API Reference > Developer > ScreenShotComparisonTools
References
Module | ScreenShotComparisonTools |
Header | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
Include | #include "ImageComparer.h" |
Syntax
struct FComparisonReport
Constructors
Type | Name | Description |
---|---|---|
FComparisonReport ( const FString& InReportRootDirecto..., const FString& InReportFile ) | ReportRootDirectory is where all reports are saved. |
Functions
Type | Name | Description |
---|---|---|
const FImage... | GetComparisonResult () | |
const FStrin... | GetReportFile () | Return the path to the file used to generate this report |
const FStrin... | GetReportPath () | Return the path to all files in this report |
const FStrin... | GetReportRootDirectory () | Return the path to a location where all reports (including this one) are kept in this session |
void | SetComparisonResult ( const FImageComparisonResult& InRe... ) |