Navigation
API > API/Runtime > API/Runtime/Navmesh
Provides neighbor data for agents managed by the crowd.
| Name | dtCrowdNeighbour |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourCrowd.h |
| Include Path | #include "DetourCrowd/DetourCrowd.h" |
Syntax
struct dtCrowdNeighbour
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| dist | dtReal | The distance between the current agent and the neighbor. | DetourCrowd/DetourCrowd.h | |
| idx | int | The index of the neighbor in the crowd. | DetourCrowd/DetourCrowd.h |
See Also
-
dtCrowdAgent::neis