AVirtualCameraPawnBase::GetScreenshotInfo

Returns the information associated with a Screenshot.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraPawnBase.h

Include

#include "VirtualCameraPawnBase.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/VirtualCameraPawnBase.cpp

Syntax

void GetScreenshotInfo
(
    const FString ScreenshotName,
    FVirtualCameraScreenshot & OutScreenshotInfo
) const

Remarks

Returns the information associated with a Screenshot.

Parameters

Parameter

Description

ScreenshotName

The name of the screenshot to retrieve

OutScreenshotInfo

Upon return, will hold the info for the 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