Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools
Describes options available when comparing screenshots
| Name | EScreenShotCompareOptions |
| Type | enum |
| Header File | /Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotManager.h |
| Include Path | #include "Interfaces/IScreenShotManager.h" |
Syntax
enum EScreenShotCompareOptions
{
None,
DiscardImage,
KeepImage,
}
Values
| Name | Remarks |
|---|---|
| None | |
| DiscardImage | |
| KeepImage |