![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Detour/DetourCommon.h"#include "Detour/DetourAssert.h"#include "Detour/DetourAlloc.h"#include "Detour/DetourLargeWorldCoordinates.h"#include "DetourTileCache/DetourTileCacheBuilder.h"Classes | |
| struct | dtHeightPatch |
Namespaces | |
| namespace | TileCacheFunc |
| namespace | TileCacheData |
Macros | |
| #define | _USE_MATH_DEFINES |
Enumerations | |
| enum | TileCacheData::EdgeValues { TileCacheData::UNDEF = -1 , TileCacheData::HULL = -2 } |
Functions | |
| bool | isCellConnected (const dtTileCacheLayer &layer, const int idx, const int dir) |
| dtReal | TileCacheFunc::vdot2 (const dtReal *a, const dtReal *b) |
| dtReal | TileCacheFunc::vdistSq2 (const dtReal *p, const dtReal *q) |
| dtReal | TileCacheFunc::vdist2 (const dtReal *p, const dtReal *q) |
| dtReal | TileCacheFunc::vcross2 (const dtReal *p1, const dtReal *p2, const dtReal *p3) |
| dtReal | getJitterValueX (const int i) |
| dtReal | getJitterValueY (const int i) |
| dtStatus | dtBuildTileCachePolyMeshDetail (dtTileCacheAlloc *alloc, const dtReal cs, const dtReal ch, const dtReal sampleDist, const dtReal sampleMaxError, dtTileCacheLayer &layer, dtTileCachePolyMesh &lmesh, dtTileCachePolyMeshDetail &dmesh) |
| #define _USE_MATH_DEFINES |
| dtStatus dtBuildTileCachePolyMeshDetail | ( | dtTileCacheAlloc * | alloc, |
| const dtReal | cs, | ||
| const dtReal | ch, | ||
| const dtReal | sampleDist, | ||
| const dtReal | sampleMaxError, | ||
| dtTileCacheLayer & | layer, | ||
| dtTileCachePolyMesh & | lmesh, | ||
| dtTileCachePolyMeshDetail & | dmesh | ||
| ) |
|
inline |
|
inline |
|
inline |