Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtObstacleAvoidanceParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h |
| Include Path | #include "DetourCrowd/DetourObstacleAvoidance.h" |
Syntax
struct dtObstacleAvoidanceParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| adaptiveDepth | unsigned char | Adaptive | DetourCrowd/DetourObstacleAvoidance.h | |
| adaptiveDivs | unsigned char | Adaptive | DetourCrowd/DetourObstacleAvoidance.h | |
| adaptiveRings | unsigned char | Adaptive | DetourCrowd/DetourObstacleAvoidance.h | |
| horizTime | dtReal | DetourCrowd/DetourObstacleAvoidance.h | ||
| patternIdx | unsigned char | [UE] index of custom sampling pattern or 0xff for adaptive | DetourCrowd/DetourObstacleAvoidance.h | |
| velBias | dtReal | DetourCrowd/DetourObstacleAvoidance.h | ||
| weightCurVel | dtReal | DetourCrowd/DetourObstacleAvoidance.h | ||
| weightDesVel | dtReal | DetourCrowd/DetourObstacleAvoidance.h | ||
| weightSide | dtReal | DetourCrowd/DetourObstacleAvoidance.h | ||
| weightToi | dtReal | DetourCrowd/DetourObstacleAvoidance.h |