Navigation
API > API/Runtime > API/Runtime/NavigationSystem
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include | #include "NavigationSystem.h" |
Syntax
struct FTileHistoryData
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | EndRegenFrame | Frame when tile processing ended. | |
| int64 | StartRegenFrame | Frame when tile processing started. | |
| float | TileRegenTime | Accumulated time spent processing the tile (seconds). | |
| float | TileWaitTime | Time between the tile was requested and when it's finished building (seconds). | |
| int32 | TileX | Tile coordinates | |
| int32 | TileY |