![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Detour/DetourLargeWorldCoordinates.h"#include "Detour/DetourStatus.h"Go to the source code of this file.
Classes | |
| struct | dtCompressedTile |
| struct | dtTileCacheObstacle |
| struct | dtTileCacheParams |
| struct | dtTileCacheMeshProcess |
| class | dtTileCache |
Typedefs | |
| typedef unsigned int | dtObstacleRef |
| typedef unsigned int | dtCompressedTileRef |
Enumerations | |
| enum | dtCompressedTileFlags { DT_COMPRESSEDTILE_FREE_DATA = 0x01 } |
| Flags for addTile. More... | |
| enum | ObstacleState { DT_OBSTACLE_EMPTY , DT_OBSTACLE_PROCESSING , DT_OBSTACLE_PROCESSED , DT_OBSTACLE_REMOVING } |
Functions | |
| NAVMESH_API dtTileCache * | dtAllocTileCache () |
| NAVMESH_API void | dtFreeTileCache (dtTileCache *tc) |
| NAVMESH_API dtTileCache * dtAllocTileCache | ( | ) |
| NAVMESH_API void dtFreeTileCache | ( | dtTileCache * | tc | ) |