dtPathCorridor::canMoveOverOffmeshConnection

[UE4] check if offmesh connection can be traversed, but don't modify corridor yet

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathCorridor.h

Include

#include "DetourCrowd/DetourPathCorridor.h"

Source

/Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourPathCorridor.cpp

Syntax

bool canMoveOverOffmeshConnection
(
    dtPolyRef offMeshConRef,
    dtPolyRef * refs,
    const float * agentPos,
    float * startPos,
    float * endPos,
    dtNavMeshQuery * navquery
) const

Remarks

[UE4] check if offmesh connection can be traversed, but don't modify corridor yet

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