Open LuisBurdallo opened 1 year ago
Simply comment out the lines where those properties are being set. "bTraceAsyncScene" was removed in 4.22.
I got it working in UE5.1
https://forums.unrealengine.com/t/c-transition-guide-for-4-22/124408/8
Hope this helps!
Thank you Joubert123 that helped me fixing those errors.
I am trying to compile for 5.4 and now i have this :
[1 / 4] Compile[x64] Module.SpiderNavigation.cpp
..\Private\SpiderNavGridBuilder.cpp(370) : error C2079 : "OverlapResult" uses undefined struct "FOverlapResult"
..\Private\SpiderNavGridBuilder.cpp(370) : error C2027 : use of undefined type "FOverlapResult"
..\UnrealEngine5.4.4\Engine\Source\Runtime\Engine\Classes\Components\PrimitiveComponent.h(52) : note: see declaration of "FOverlapResult"
any idea on how to fix this error ? Thanks !
EDIT :
this error can be fixed adding
to SpiderNavGridBuilder.cpp
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.