AVirtualCameraPawnBase::LoadScreenshotView

Moves a camera to the location where a screenshot was taken and restores camera settings used for that 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

bool LoadScreenshotView
(
    const FString & ScreenshotIndex
)

Remarks

Moves a camera to the location where a screenshot was taken and restores camera settings used for that screenshot.

Returns

whether or not the load was successful

Parameters

Parameter

Description

ScreenshotIndex

The index of the screenshot in the Screenshots array

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