Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Description
@Return true if Actor would encroach at TestLocation on something that blocks it. Returns a ProposedAdjustment that might result in an unblocked TestLocation.
| Name | EncroachingBlockingGeometry |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelActor.cpp |
bool EncroachingBlockingGeometry
(
const AActor * TestActor,
FVector TestLocation,
FRotator TestRotation,
FVector * ProposedAdjustment
)