Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools > API/Developer/ScreenShotComparisonTools/FComparableImage
References
| Module | ScreenShotComparisonTools |
| Header | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ImageComparer.h |
| Include | #include "ImageComparer.h" |
| Source | /Engine/Source/Developer/ScreenShotComparisonTools/Private/ImageComparer.cpp |
bool LoadCompressedData
&40;
const void &42; CompressedData,
int64 CompressedSize,
const FString & ImageExtension,
FText & OutError
&41;
Remarks
Populate image by loading compressed data true if success
Parameters
| Name | Description |
|---|---|
| CompressedData | The memory address of the start of the compressed data. |
| CompressedSize | The size of the compressed data parsed. |
| ImageExtension | File extension of the image format |
| OutError | Contains the error message if load fails |