Navigation
Unreal Engine C++ API Reference > 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 () |