VSZue / DonAINavigation

This plugin provides a 3D dynamic pathfinding system for use with Unreal Engine 4. It's primarly designed for Flying AI creatures based in dynamic or procedural worlds that need to solve complex pathfinding tasks.
MIT License
239 stars 113 forks source link

Modernized DonNavigatorInterface declaration to allow for BP nativization #12

Open gmpreussner opened 6 years ago

gmpreussner commented 6 years ago

The previous version of the code will generate errors of the following form when packaging with Blueprint nativization enabled:

BP is selected for nativization, but it cannot be nativized because it currently implements an interface class (/Script/DonAINavigation.DonNavigator) that declares one or more pure virtual functions

See also https://forums.unrealengine.com/unreal-engine/marketplace/113434-don-s-3d-pathfinding-for-flying-a-i-support-thread?p=1366422#post1366422