#include <NavigationData.h>
|
| | FAsyncPathFindingQuery () |
| |
| | FAsyncPathFindingQuery (const UObject *InOwner, const ANavigationData &InNavData, const FVector &Start, const FVector &End, const FNavPathQueryDelegate &Delegate, FSharedConstNavQueryFilter SourceQueryFilter, const FVector::FReal CostLimit=TNumericLimits< FVector::FReal >::Max()) |
| |
| | FAsyncPathFindingQuery (const FPathFindingQuery &Query, const FNavPathQueryDelegate &Delegate, const EPathFindingMode::Type QueryMode) |
| |
| | FPathFindingQuery () |
| |
| NAVIGATIONSYSTEM_API | FPathFindingQuery (const UObject *InOwner, const ANavigationData &InNavData, const FVector &Start, const FVector &End, FSharedConstNavQueryFilter SourceQueryFilter=NULL, FNavPathSharedPtr InPathInstanceToFill=NULL, const FVector::FReal CostLimit=TNumericLimits< FVector::FReal >::Max(), const bool bInRequireNavigableEndLocation=true) |
| |
| NAVIGATIONSYSTEM_API | FPathFindingQuery (const INavAgentInterface &InNavAgent, const ANavigationData &InNavData, const FVector &Start, const FVector &End, FSharedConstNavQueryFilter SourceQueryFilter=NULL, FNavPathSharedPtr InPathInstanceToFill=NULL, const FVector::FReal CostLimit=TNumericLimits< FVector::FReal >::Max(), const bool bInRequireNavigableEndLocation=true) |
| |
| NAVIGATIONSYSTEM_API | FPathFindingQuery (FNavPathSharedRef PathToRecalculate, const ANavigationData *NavDataOverride=NULL) |
| |
| FPathFindingQuery & | SetPathInstanceToUpdate (FNavPathSharedPtr InPathInstanceToFill) |
| |
| FPathFindingQuery & | SetAllowPartialPaths (const bool bAllow) |
| |
| FPathFindingQuery & | SetRequireNavigableEndLocation (const bool bRequire) |
| |
| FPathFindingQuery & | SetNavAgentProperties (const FNavAgentProperties &InNavAgentProperties) |
| |
| | FPathFindingQueryData () |
| |
| | FPathFindingQueryData (const UObject *InOwner, const FVector &InStartLocation, const FVector &InEndLocation, FSharedConstNavQueryFilter InQueryFilter=nullptr, int32 InNavDataFlags=0, bool bInAllowPartialPaths=true, const FVector::FReal InCostLimit=TNumericLimits< FVector::FReal >::Max(), const bool bInRequireNavigableEndLocation=true) |
| |
◆ FAsyncPathFindingQuery() [1/3]
| FAsyncPathFindingQuery::FAsyncPathFindingQuery |
( |
| ) |
|
|
inline |
◆ FAsyncPathFindingQuery() [2/3]
◆ FAsyncPathFindingQuery() [3/3]
◆ GetUniqueID()
◆ LastPathFindingUniqueID
◆ Mode
◆ OnDoneDelegate
◆ QueryID
| const uint32 FAsyncPathFindingQuery::QueryID |
◆ Result
The documentation for this struct was generated from the following files: