UWorld::FindTeleportSpot

Try to find an acceptable non-colliding location to place TestActor as close to possible to PlaceLocation.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelActor.cpp

Syntax

bool FindTeleportSpot
(
    const AActor * TestActor,
    FVector & PlaceLocation,
    FRotator PlaceRotation
)

Remarks

Try to find an acceptable non-colliding location to place TestActor as close to possible to PlaceLocation. Expects PlaceLocation to be a valid location inside the level. Returns true if a location without blocking collision is found, in which case PlaceLocation is overwritten with the new clear location. Returns false if no suitable location could be found, in which case PlaceLocation is unmodified.

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