Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools
| Name | FComparableImage |
| Type | class |
| Header File | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
| Include Path | #include "ImageComparer.h" |
Syntax
class FComparableImage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComparableImage() |
ImageComparer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bytes | TArray64< uint8 > | ImageComparer.h | ||
| Height | int32 | ImageComparer.h | ||
| Width | int32 | ImageComparer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanGetPixel
(
int32 X, |
ImageComparer.h | ||
FColor GetPixel
(
int32 X, |
ImageComparer.h | ||
bool LoadCompressedData
(
const void* CompressedData, |
Populate image by loading compressed data | ImageComparer.h | |
bool LoadFile
(
const FString& ImagePath, |
Populate image by loading an file | ImageComparer.h |