AVirtualCameraPawnBase::RenameScreenshotLocation

Change the name of a waypoint to a different name.

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 RenameScreenshotLocation
(
    const FString & TargetWaypoint,
    const FString & NewWaypointName
)

Remarks

Change the name of a waypoint to a different name.

Returns

true if the renaming operation was successful, false if not

Parameters

Parameter

Description

TargetWaypoint

The current name of the waypoint to be renamed

NewWaypointName

The new name of the waypoint

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