Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | dtSharedBoundary |
| Type | class |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourSharedBoundary.h |
| Include Path | #include "DetourCrowd/DetourSharedBoundary.h" |
Syntax
class dtSharedBoundary
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentTime | dtReal | DetourCrowd/DetourSharedBoundary.h | ||
| Data | TSparseArray< dtSharedBoundaryData > | DetourCrowd/DetourSharedBoundary.h | ||
| NextClearTime | dtReal | DetourCrowd/DetourSharedBoundary.h | ||
| SingleAreaFilter | dtQueryFilter | DetourCrowd/DetourSharedBoundary.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 CacheData
(
dtReal* Center, |
DetourCrowd/DetourSharedBoundary.h | ||
int32 CacheData
(
dtReal* Center, |
DetourCrowd/DetourSharedBoundary.h | ||
int32 FindData
(
dtReal* Center, |
DetourCrowd/DetourSharedBoundary.h | ||
int32 FindData
(
dtReal* Center, |
DetourCrowd/DetourSharedBoundary.h | ||
void FindEdges
(
dtSharedBoundaryData& Data, |
DetourCrowd/DetourSharedBoundary.h | ||
bool HasSample
(
int32 Idx |
DetourCrowd/DetourSharedBoundary.h | ||
void Initialize() |
DetourCrowd/DetourSharedBoundary.h | ||
void Tick
(
dtReal DeltaTime |
DetourCrowd/DetourSharedBoundary.h |