Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FPathFindingQuery
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
NavigationSystemTypes.h |
|
|
|
NavigationSystemTypes.h |
|
FPathFindingQuery
(
const UObject* InOwner,
const ANavigationData& InNavData,
const FVector& Start,
const FVector& End,
FSharedConstNavQueryFilter SourceQueryFilter,
FNavPathSharedPtr InPathInstanceToFill,
const FVector::FReal CostLimit,
const bool bInRequireNavigableEndLocation
)
|
|
NavigationSystemTypes.h |
|
FPathFindingQuery
(
const INavAgentInterface& InNavAgent,
const ANavigationData& InNavData,
const FVector& Start,
const FVector& End,
FSharedConstNavQueryFilter SourceQueryFilter,
FNavPathSharedPtr InPathInstanceToFill,
const FVector::FReal CostLimit,
const bool bInRequireNavigableEndLocation
)
|
|
NavigationSystemTypes.h |
|
FPathFindingQuery()
| |
|
| Name |
FPathFindingQuery |
| Type |
function |
| Header File |
/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include Path |
#include "NavigationSystemTypes.h" |
FPathFindingQuery()
FPathFindingQuery(FNavPathSharedRef, const ANavigationData *)
| |
|
| Name |
FPathFindingQuery |
| Type |
function |
| Header File |
/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include Path |
#include "NavigationSystemTypes.h" |
| Source |
/Engine/Source/Runtime/NavigationSystem/Private/NavigationData.cpp |
FPathFindingQuery
(
FNavPathSharedRef PathToRecalculate,
const ANavigationData * NavDataOverride
)
FPathFindingQuery(const UObject *, const ANavigationData &, const FVector &, const FVector &, FSharedConstNavQueryFilter, FNavPathSharedPtr, const FVector::FReal, const bool)
| |
|
| Name |
FPathFindingQuery |
| Type |
function |
| Header File |
/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include Path |
#include "NavigationSystemTypes.h" |
| Source |
/Engine/Source/Runtime/NavigationSystem/Private/NavigationData.cpp |
FPathFindingQuery
(
const UObject * InOwner,
const ANavigationData & InNavData,
const FVector & Start,
const FVector & End,
FSharedConstNavQueryFilter SourceQueryFilter,
FNavPathSharedPtr InPathInstanceToFill,
const FVector::FReal CostLimit,
const bool bInRequireNavigableEndLocation
)
FPathFindingQuery(const INavAgentInterface &, const ANavigationData &, const FVector &, const FVector &, FSharedConstNavQueryFilter, FNavPathSharedPtr, const FVector::FReal, const bool)
| |
|
| Name |
FPathFindingQuery |
| Type |
function |
| Header File |
/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include Path |
#include "NavigationSystemTypes.h" |
| Source |
/Engine/Source/Runtime/NavigationSystem/Private/NavigationData.cpp |
FPathFindingQuery
(
const INavAgentInterface & InNavAgent,
const ANavigationData & InNavData,
const FVector & Start,
const FVector & End,
FSharedConstNavQueryFilter SourceQueryFilter,
FNavPathSharedPtr InPathInstanceToFill,
const FVector::FReal CostLimit,
const bool bInRequireNavigableEndLocation
)