Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
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 |
bool FindTeleportSpot
&40;
const AActor &42; TestActor,
FVector & PlaceLocation,
FRotator PlaceRotation
&41;
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.