ANavigationTestingActor::BuildPathFindingQuery

Virtual method to override if you want to customize the query being constructed for the path find (e.g. change the filter or add constraints/goal evaluators).

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavigationTestingActor.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationTestingActor.cpp

Syntax

virtual FPathFindingQuery BuildPathFindingQuery
(
    const ANavigationTestingActor * Goal
) const

Remarks

Virtual method to override if you want to customize the query being constructed for the path find (e.g. change the filter or add constraints/goal evaluators).

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