UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
dtCrowdNeighbour Struct Reference

#include <DetourCrowd.h>

Public Attributes

int idx
 The index of the neighbor in the crowd.
 
dtReal dist
 The distance between the current agent and the neighbor.
 

Detailed Description

Provides neighbor data for agents managed by the crowd.

See also
dtCrowdAgent::neis, dtCrowd

Member Data Documentation

◆ dist

dtReal dtCrowdNeighbour::dist

The distance between the current agent and the neighbor.

◆ idx

int dtCrowdNeighbour::idx

The index of the neighbor in the crowd.


The documentation for this struct was generated from the following file: