Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/UAutomationBlueprintFunctionLibr-
Description
Takes a screenshot of the game's viewport, from a particular camera actors POV. Does not capture any UI.
| Name | TakeAutomationScreenshotAtCamera |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Public/AutomationBlueprintFunctionLibrary.h |
| Include Path | #include "AutomationBlueprintFunctionLibrary.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/AutomationBlueprintFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Automation",
Meta=(Latent, HidePin="WorldContextObject", DefaultToSelf="WorldContextObject", LatentInfo="LatentInfo", NameOverride=""))
static void TakeAutomationScreenshotAtCamera
(
UObject * WorldContextObject,
FLatentActionInfo LatentInfo,
ACameraActor * Camera,
const FString & NameOverride,
const FString & Notes,
const FAutomationScreenshotOptions & Options
)