Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools > API/Developer/ScreenShotComparisonTools/IScreenShotManager
Description
Compare a sequence of images. If the returned value is null no comparison failed. Otherwise return the first failing frame.
| Name | CompareImageSequence |
| Type | function |
| Header File | /Engine/Source/Developer/ScreenShotComparisonTools/Public/Interfaces/IScreenShotManager.h |
| Include Path | #include "Interfaces/IScreenShotManager.h" |
TSharedPtr < FImageComparisonResult > CompareImageSequence
(
const TMap < FString , FString > & Sequence,
const FAutomationScreenshotMetadata & Metadata
)