-
Notifications
You must be signed in to change notification settings - Fork 39
UE5 support #3
Copy link
Copy link
Open
Description
It seems there is nothing like this anywhere and I was wondering if this could be updated to make it work in UE5. I am trying to compile it but I get some errors. Any help would be appreciated.
1>[7/11] Compile Module.SpiderNavigation.cpp
1>D:\Unreal Projects\PluginsTest\Plugins\SpiderNavigation\Source\SpiderNavigation\Private\SpiderNavGridBuilder.cpp(159): error C2039: 'bTraceAsyncScene': is not a member of 'FCollisionQueryParams'
1>C:\Program Files\Epic Games\UE_5.1\Engine\Source\Runtime\Engine\Classes\GameFramework\PlayerController.h(46): note: see declaration of 'FCollisionQueryParams'
1>D:\Unreal Projects\PluginsTest\Plugins\SpiderNavigation\Source\SpiderNavigation\Private\SpiderNavGridBuilder.cpp(234): error C2039: 'bTraceAsyncScene': is not a member of 'FCollisionQueryParams'
1>C:\Program Files\Epic Games\UE_5.1\Engine\Source\Runtime\Engine\Classes\GameFramework\PlayerController.h(46): note: see declaration of 'FCollisionQueryParams'
1>D:\Unreal Projects\PluginsTest\Plugins\SpiderNavigation\Source\SpiderNavigation\Private\SpiderNavGridBuilder.cpp(440): error C2039: 'bTraceAsyncScene': is not a member of 'FCollisionQueryParams'
1>C:\Program Files\Epic Games\UE_5.1\Engine\Source\Runtime\Engine\Classes\GameFramework\PlayerController.h(46): note: see declaration of 'FCollisionQueryParams'
1>D:\Unreal Projects\PluginsTest\Plugins\SpiderNavigation\Source\SpiderNavigation\Private\SpiderNavGridBuilder.cpp(480): error C2039: 'bTraceAsyncScene': is not a member of 'FCollisionQueryParams'
1>C:\Program Files\Epic Games\UE_5.1\Engine\Source\Runtime\Engine\Classes\GameFramework\PlayerController.h(46): note: see declaration of 'FCollisionQueryParams'
1>[8/11] Link UnrealEditor-SpiderNavigation.dll cancelled
1>[9/11] Link UnrealEditor-SpiderNavigation.lib cancelled
1>[10/11] Link UnrealEditor-PluginsTest.dll
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels