Navigation
API > API/Developer > API/Developer/ScreenShotComparison
Interface for screen shot comparison UI modules.
| Name | IScreenShotComparisonModule |
| Type | class |
| Header File | /Engine/Source/Developer/ScreenShotComparison/Public/Interfaces/IScreenShotComparisonModule.h |
| Include Path | #include "Interfaces/IScreenShotComparisonModule.h" |
Syntax
class IScreenShotComparisonModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IScreenShotComparisonModule() |
Virtual destructor. | Interfaces/IScreenShotComparisonModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< class SWidget > CreateScreenShotComparison
(
const IScreenShotManagerRef& InScreenShotManager |
Creates a screen shot comparison widget. | Interfaces/IScreenShotComparisonModule.h |