dtPathQueue

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/DetourCrowd/DetourPathQueue.h

Include

#include "DetourCrowd/DetourPathQueue.h"

Syntax

class dtPathQueue

Constructors

Name Description

Public function

dtPathQueue()

Destructors

Name Description

Public function

~dtPathQueue()

Functions

Name Description

Public function Const

const dtNavM...

 

getNavQuery()

Public function

dtStatus

 

getPathResult

(
    dtPathQueueRef ref,
    dtPolyRef* path,
    int* pathSize,
    const int maxPath
)

Public function Const

dtStatus

 

getRequestStatus

(
    dtPathQueueRef ref
)

Public function

bool

 

init

(
    const int maxPathSize,
    const int maxSearchNodeCount,
    dtNavMesh* nav
)

Public function

dtPathQueueR...

 

request

(
    dtPolyRef startRef,
    dtPolyRef endRef,
    const float* startPos,
    const float* endPos,
    const float costLimit,
    const dtQueryFilter* filter,
    TSharedPtr< dtQuerySpecialLinkFilte...
)

Public function

void

 

update

(
    const int maxIters
)

Constants

Name

Description

MAX_QUEUE

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss