Navigation
Unreal Engine C++ API Reference > Runtime > Navmesh > DetourCrowd > dtCrowd
References
Module | Navmesh |
Header | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourCrowd.h |
Include | #include "DetourCrowd/DetourCrowd.h" |
Source | /Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourCrowd.cpp |
void setObstacleAvoidanceParams
&40;
const int idx,
const dtObstacleAvoidanceParams &42; params
&41;
Remarks
Sets the shared avoidance configuration for the specified index.
Parameters
Name | Description |
---|---|
idx | The index. [Limits: 0 <= value < #DT_CROWD_MAX_OBSTAVOIDANCE_PARAMS] |
params | The new configuration. |