Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/AScreenshotFunctionalTest
- AScreenshotFunctionalTestBase::OnScreenShotCaptured()
- AScreenshotFunctionalTest::OnScreenShotCaptured()
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Classes/ScreenshotFunctionalTest.h |
| Include | #include "ScreenshotFunctionalTest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/ScreenshotFunctionalTest.cpp |
virtual void OnScreenShotCaptured
(
int32 InSizeX,
int32 InSizeY,
const TArray< FColor > & InImageData
)
Remarks
Pass screenshot pixels and meta data to FAutomationTestFramework. Register OnComparisonComplete which will be called the automation test system when screenshot comparison is complete