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