Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/AAIController
Description
Merges the remaining points of InitialPath, with the points of InOutMergedPath. The resulting merged path is outputted into InOutMergedPath.
| Name | MergePaths |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/AIController.h |
| Include Path | #include "AIController.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/AIController.cpp |
virtual void MergePaths
(
const FNavPathSharedPtr & InitialPath,
FNavPathSharedPtr & InOutMergedPath
) const