Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMeshDataChunk.h |
Include | #include "NavMesh/RecastNavMeshDataChunk.h" |
Syntax
struct FRecastTileData
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bAttached | Whether this tile is attached to NavMesh. |
![]() |
int32 | Layer | |
![]() |
int32 | OriginalX | Location of attached tile. |
![]() |
int32 | OriginalY | |
![]() |
int32 | TileCacheDataSize | Compressed tile cache layer. |
![]() |
TSharedPtr< FRawData > | TileCacheRawData | |
![]() |
int32 | TileDataSize | Tile data. |
![]() |
TSharedPtr< FRawData > | TileRawData | |
![]() |
int32 | X | |
![]() |
int32 | Y |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FRecastTileData
(
int32 TileDataSize, |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FRawData |