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