Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/NavMesh > API/Runtime/NavigationSystem/NavMesh/FNavMeshTileData
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMesh.h |
| Include | #include "NavMesh/RecastNavMesh.h" |
Syntax
struct FNavData
Remarks
Helper function so that we release NavData via dtFree not regular delete (for navigation mem stats)
Variables
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | AllocatedSize | ||
| uint8 * | RawNavData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavData
(
uint8* InNavData, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FNavData () |