dtNavMeshQuery::getEdgeMidPoint

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h

Include

#include "Detour/DetourNavMeshQuery.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp

Syntax

dtStatus getEdgeMidPoint
(
    dtPolyRef from,
    const dtPoly * fromPoly,
    const dtMeshTile * fromTile,
    dtPolyRef to,
    const dtPoly * toPoly,
    const dtMeshTile * toTile,
    float * mid
) const

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