![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Detour/DetourAlloc.h"#include "Detour/DetourCommon.h"#include "Detour/DetourLargeWorldCoordinates.h"#include "Detour/DetourNavMesh.h"#include "Detour/DetourStatus.h"#include "Misc/AssertionMacros.h"Go to the source code of this file.
Classes | |
| struct | dtQuerySpecialLinkFilter |
| struct | dtQueryFilterData |
| class | dtQueryFilter |
| struct | dtQueryResultPack |
| struct | dtQueryResult |
| class | dtNavMeshQuery |
Macros | |
| #define | WITH_FIXED_AREA_ENTERING_COST 1 |
| #define | DT_UNWALKABLE_POLY_COST FLT_MAX |
Functions | |
| NAVMESH_API dtNavMeshQuery * | dtAllocNavMeshQuery () |
| NAVMESH_API void | dtFreeNavMeshQuery (dtNavMeshQuery *query) |
| #define WITH_FIXED_AREA_ENTERING_COST 1 |