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

#include <DetourObstacleAvoidance.h>

Public Attributes

dtReal p [3]
 
dtReal q [3]
 End points of the obstacle segment.
 
unsigned char touch: 1
 
unsigned char canIgnore: 1
 

Member Data Documentation

◆ canIgnore

unsigned char dtObstacleSegment::canIgnore

◆ p

dtReal dtObstacleSegment::p[3]

◆ q

dtReal dtObstacleSegment::q[3]

End points of the obstacle segment.

◆ touch

unsigned char dtObstacleSegment::touch

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