Navigation
API > API/Developer > API/Developer/ScreenShotComparison > API/Developer/ScreenShotComparison/Interfaces
Inheritance Hierarchy
- IModuleInterface
- IScreenShotComparisonModule
References
| Module | ScreenShotComparison |
| Header | /Engine/Source/Developer/ScreenShotComparison/Public/Interfaces/IScreenShotComparisonModule.h |
| Include | #include "Interfaces/IScreenShotComparisonModule.h" |
Syntax
class IScreenShotComparisonModule : public IModuleInterface
Remarks
Interface for screen shot comparison UI modules.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< class SWidget > | CreateScreenShotComparison
(
const IScreenShotManagerRef& InScreenShotManager |
Creates a screen shot comparison widget. |