UAutomationBlueprintFunctionLibrary::TakeHighResScreenshot

Take high res screenshot in editor.

Windows
MacOS
Linux

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Public/AutomationBlueprintFunctionLibrary.h

Include

#include "AutomationBlueprintFunctionLibrary.h"

Source

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

Syntax

static UAutomationEditorTask * TakeHighResScreenshot
(
    int32 ResX,
    int32 ResY,
    FString Filename,
    ACameraActor * Camera,
    bool bMaskEnabled,
    bool bCaptureHDR,
    EComparisonTolerance ComparisonTolerance,
    FString ComparisonNotes,
    float Delay
)

Remarks

Take high res screenshot in editor.

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