Navigation
API > API/Runtime > API/Runtime/Navmesh
| |
|
| Name |
dtObstacleSegment |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourObstacleAvoidance.h |
| Include Path |
#include "DetourCrowd/DetourObstacleAvoidance.h" |
Syntax
struct dtObstacleSegment
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| canIgnore |
unsigned char |
|
DetourCrowd/DetourObstacleAvoidance.h |
|
| p |
dtReal |
|
DetourCrowd/DetourObstacleAvoidance.h |
|
| q |
dtReal |
End points of the obstacle segment. |
DetourCrowd/DetourObstacleAvoidance.h |
|
| touch |
unsigned char |
|
DetourCrowd/DetourObstacleAvoidance.h |
|