TakeScreenshot

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

TakeScreenshot

(
    const TSharedRef< SWidget >& Widge...,
    TArray< FColor >& OutColorData,
    FIntVector& OutSize
)

Takes a screenshot of the widget writing the results into the color buffer provided.

Public function

bool

 

TakeScreenshot

(
    const TSharedRef< SWidget >& Widge...,
    const FIntRect& InnerWidgetArea,
    TArray< FColor >& OutColorData,
    FIntVector& OutSize
)

Takes a screenshot of the widget writing the results into the color buffer provided, this version allows you to provide an inner area to screenshot.

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