AAIController::FindPathForMoveRequest

Finds path for given move request

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/AIController.h

Include

#include "AIController.h"

Source

/Engine/Source/Runtime/AIModule/Private/AIController.cpp

Syntax

virtual void FindPathForMoveRequest
(
    const FAIMoveRequest & MoveRequest,
    FPathFindingQuery & Query,
    FNavPathSharedPtr & OutPath
) const

Remarks

Finds path for given move request

Parameters

Parameter

Description

MoveRequest

details about move

Query

pathfinding query for navigation system

OutPath

generated path

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