Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > DetourTileCache
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h |
Include | #include "DetourTileCache/DetourTileCache.h" |
Syntax
struct dtTileCacheObstacle
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
dtReal | height | |
![]() |
dtTileCacheObstacle * | next | |
![]() |
unsigned char | npending | |
![]() |
unsigned char | ntouched | |
![]() |
dtCompressedTileRef[DT_MAX_TOUCHED_TILES] | pending | |
![]() |
dtReal[3] | pos | |
![]() |
dtReal | radius | |
![]() |
unsigned short | salt | |
![]() |
unsigned char | state | |
![]() |
dtCompressedTileRef[DT_MAX_TOUCHED_TILES] | touched |