Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtLocalBoundary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void update
(
dtPolyRef ref, |
[UE: new sections: link removal, path corridor, direction] | DetourCrowd/DetourLocalBoundary.h | |
void update
(
const dtSharedBoundary* sharedData, |
DetourCrowd/DetourLocalBoundary.h |
update(dtPolyRef, const dtReal , const dtReal, const bool, const dtReal , const dtPolyRef , const int, const dtReal , dtNavMeshQuery , const dtQueryFilter )
Description
[UE: new sections: link removal, path corridor, direction]
| Name | update |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h |
| Include Path | #include "DetourCrowd/DetourLocalBoundary.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourLocalBoundary.cpp |
void update
(
dtPolyRef ref,
const dtReal * pos,
const dtReal collisionQueryRange,
const bool bIgnoreAtEnd,
const dtReal * endPos,
const dtPolyRef * path,
const int npath,
const dtReal * moveDir,
dtNavMeshQuery * navquery,
const dtQueryFilter * filter
)
update(const dtSharedBoundary , const int, const dtReal , const dtReal, const bool, const dtReal , const dtPolyRef , const int, const dtReal , dtNavMeshQuery , const dtQueryFilter *)
| Name | update |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourLocalBoundary.h |
| Include Path | #include "DetourCrowd/DetourLocalBoundary.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/DetourCrowd/DetourLocalBoundary.cpp |
void update
(
const dtSharedBoundary * sharedData,
const int sharedIdx,
const dtReal * pos,
const dtReal collisionQueryRange,
const bool bIgnoreAtEnd,
const dtReal * endPos,
const dtPolyRef * path,
const int npath,
const dtReal * moveDir,
dtNavMeshQuery * navquery,
const dtQueryFilter * filter
)