AVirtualCameraPlayerControllerBase::TeleportToWaypoint

Teleports the pawn to a specific location.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

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

Include

#include "VirtualCameraPlayerControllerBase.h"

Source

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Virtual Camera|Waypoints")
bool TeleportToWaypoint
(
    const FString & WaypointIndex
)

Remarks

Teleports the pawn to a specific location.

Returns

if the teleport was successful, return true

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