AScreenshotFunctionalTestBase::OnScreenShotCaptured

Pass screenshot pixels and meta data to [FAutomationTestFramework](API\Runtime\Core\Misc\FAutomationTestFramework).

Windows
MacOS
Linux

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/ScreenshotFunctionalTestBase.h

Include

#include "ScreenshotFunctionalTestBase.h"

Source

/Engine/Source/Developer/FunctionalTesting/Private/ScreenshotFunctionalTestBase.cpp

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss