AVirtualCameraPawnBase::SetScreenshotFavoriteStatus

Sets whether or not a screenshot is favorited

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 SetScreenshotFavoriteStatus
(
    const FString & ScreenshotName,
    const bool bIsFavorite
)

Remarks

Sets whether or not a screenshot is favorited

Parameters

Parameter

Description

ScreenshotName

The name of the screenshot to adjust favorite setting for

bIsFavorite

Whether settings should be saved

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