FPathFindingQueryData

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h

Include

#include "NavigationSystemTypes.h"

Syntax

struct FPathFindingQueryData

Variables

Name Description

Public variable

uint32: 1

 

bAllowPartialPaths

If set, allow partial paths as a result

Public variable

float

 

CostLimit

Cost limit of nodes allowed to be added to the open list

Public variable

FVector

 

EndLocation

Public variable

int32

 

NavDataFlags

Additional flags passed to navigation data handling request

Public variable

TWeakObjectPtr<...

 

Owner

Public variable

FSharedConstNav...

 

QueryFilter

Public variable

FVector

 

StartLocation

Constructors

Name Description

Public function

FPathFindingQueryData()

Public function

FPathFindingQueryData

(
    const UObject* InOwner,
    const FVector& InStartLocation,
    const FVector& InEndLocation,
    FSharedConstNavQueryFilter InQueryF...,
    int32 InNavDataFlags,
    bool bInAllowPartialPaths,
    const float InCostLimit
)

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