Navigation
API > API/Runtime > API/Runtime/Navmesh
@UE BEGIN: helper for reading tiles
| Name | ReadTilesHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
Syntax
struct ReadTilesHelper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ReadTilesHelper() |
Detour/DetourNavMesh.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~ReadTilesHelper() |
Detour/DetourNavMesh.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MaxTiles | const int | Detour/DetourNavMesh.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocatedTiles | dtMeshTile ** | Detour/DetourNavMesh.h | ||
| NumAllocated | int | Detour/DetourNavMesh.h | ||
| Tiles | dtMeshTile * | Detour/DetourNavMesh.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtMeshTile ** PrepareArray
(
int RequestedSize |
Detour/DetourNavMesh.h |