AActor::K2_TeleportTo

Teleport this actor to a new location.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Source

/Engine/Source/Runtime/Engine/Private/Actor.cpp

Syntax

bool K2_TeleportTo
(
    FVector DestLocation,
    FRotator DestRotation
)

Remarks

Teleport this actor to a new location. If the actor doesn't fit exactly at the location specified, tries to slightly move it out of walls and such.

Returns

true if the actor has been successfully moved, or false if it couldn't fit.

Parameters

Parameter

Description

DestLocation

The target destination point

DestRotation

The target rotation at the destination

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