Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AScreenshotFunctionalTestBase
Description
Pass screenshot pixels and meta data to FAutomationTestFramework. Register OnComparisonComplete which will be called the automation test system when screenshot comparison is complete
Derived Overrides
| Name | OnScreenShotCaptured |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/ScreenshotFunctionalTestBase.h |
| Include Path | #include "ScreenshotFunctionalTestBase.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/ScreenshotFunctionalTestBase.cpp |
virtual void OnScreenShotCaptured
(
int32 InSizeX,
int32 InSizeY,
const TArray< FColor > & InImageData
)