Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtLocalBoundary |
| Type | class |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h |
| Include Path | #include "DetourCrowd/DetourLocalBoundary.h" |
Syntax
class dtLocalBoundary
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtLocalBoundary() |
DetourCrowd/DetourLocalBoundary.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~dtLocalBoundary() |
DetourCrowd/DetourLocalBoundary.h |
Structs
| Name | Remarks |
|---|---|
| Segment |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MAX_LOCAL_POLYS | const int | DetourCrowd/DetourLocalBoundary.h | |
| MAX_LOCAL_SEGS | const int | DetourCrowd/DetourLocalBoundary.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| m_center | dtReal | DetourCrowd/DetourLocalBoundary.h | ||
| m_npolys | int | DetourCrowd/DetourLocalBoundary.h | ||
| m_nsegs | int | DetourCrowd/DetourLocalBoundary.h | ||
| m_polys | dtPolyRef | DetourCrowd/DetourLocalBoundary.h | ||
| m_segs | Segment | DetourCrowd/DetourLocalBoundary.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const dtReal * getCenter() |
DetourCrowd/DetourLocalBoundary.h | ||
const dtReal * getSegment
(
int i |
DetourCrowd/DetourLocalBoundary.h | ||
int getSegmentCount() |
DetourCrowd/DetourLocalBoundary.h | ||
const int getSegmentFlags
(
int i |
DetourCrowd/DetourLocalBoundary.h | ||
bool isValid
(
dtNavMeshQuery* navquery, |
DetourCrowd/DetourLocalBoundary.h | ||
void reset() |
DetourCrowd/DetourLocalBoundary.h | ||
void update
(
dtPolyRef ref, |
[UE: new sections: link removal, path corridor, direction] | DetourCrowd/DetourLocalBoundary.h | |
void update
(
const dtSharedBoundary* sharedData, |
DetourCrowd/DetourLocalBoundary.h |