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