Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, I've enjoyed your work but since you haven't kept it update to the latest, I decided to do it on my own.
There are a few really helpful guidance out there already: https://www.unrealengine.com/marketplace/en-US/product/don-s-3d-pathfinding-flying-ai/questions
And
https://forums.unrealengine.com/community/community-content-tools-and-tutorials/74866-don-s-3d-pathfinding-flying-ai-system-with-full-source?102933-DoN-s-3D-Pathfinding-Flying-AI-system-(with-full-source!)/=&q=4.24
Also, please upgrade your UE4.25 to at least 4.25.1 version because:
UE4.25.0 introduced an error in AI Blackboard component upon stopping the in-editor game mode:
https://forums.unrealengine.com/development-discussion/blueprint-visual-scripting/5331-behavior-tree-gotchas
That has been fixed later with a github commit:
https://github.com/EpicGames/UnrealEngine/commit/d1de12ca8c5d44839a72a6328968deac06c92837
And the bug tracking:
https://issues.unrealengine.com/issue/UE-92936
I managed to run your 4.15 sample project by replacing this update to date plugin.
Thank you!