AVirtualCameraPawnBase::TeleportToWaypoint

Teleports the pawn to a location associated with the specified waypoint.

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 TeleportToWaypoint
(
    const FString & WaypointName
)

Remarks

Teleports the pawn to a location associated with the specified waypoint.

Returns

true if the teleport was successful

Parameters

Parameter

Description

WaypointIndex

The index of the target waypoint in the waypoints 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