Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavMeshTileData
Helper function so that we release NavData via dtFree not regular delete (for navigation mem stats)
| Name | FNavData |
| Type | struct |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMesh.h |
| Include Path | #include "NavMesh/RecastNavMesh.h" |
Syntax
struct FNavData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNavData
(
uint8* InNavData, |
NavMesh/RecastNavMesh.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNavData() |
NavMesh/RecastNavMesh.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint8 * GetMutableRawNavData() |
NavMesh/RecastNavMesh.h | ||
const uint8 * GetRawNavData() |
NavMesh/RecastNavMesh.h | ||
void Reset() |
NavMesh/RecastNavMesh.h | ||
void TestPtr() |
Temporary test to help reproduce a crash. | NavMesh/RecastNavMesh.h |