![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "DetourTileCache/DetourTileCache.h"#include "DetourTileCache/DetourTileCacheBuilder.h"#include "Detour/DetourNavMeshBuilder.h"#include "Detour/DetourNavMesh.h"#include "Detour/DetourCommon.h"#include "Detour/DetourAssert.h"Classes | |
| struct | BuildContext |
Namespaces | |
| namespace | TileCacheFunc |
Enumerations | |
| enum | dtRegionPartitioning { DT_REGION_MONOTONE , DT_REGION_WATERSHED , DT_REGION_CHUNKY } |
Functions | |
| dtTileCache * | dtAllocTileCache () |
| void | dtFreeTileCache (dtTileCache *tc) |
| int | TileCacheFunc::computeTileHash (int x, int y, const int mask) |
Region partitioning methods
| Enumerator | |
|---|---|
| DT_REGION_MONOTONE | monotone partitioning |
| DT_REGION_WATERSHED | watershed partitioning |
| DT_REGION_CHUNKY | monotone partitioning on small chunks |
| dtTileCache * dtAllocTileCache | ( | ) |
| void dtFreeTileCache | ( | dtTileCache * | tc | ) |