tomlooman / EpicSurvivalGame

Third-person Survival Game for Unreal Engine (Sample Project)
https://www.tomlooman.com/unreal-engine-cpp-survival-sample-game/
MIT License
3.25k stars 1.18k forks source link

Version compatibility #39

Closed ADMTec closed 7 years ago

ADMTec commented 7 years ago

Friend wanted to know if you could pass the project for summer 4.16.1?

mariuz commented 7 years ago

Seems that works fine with 4.16.1 , just project needs to bump version

https://github.com/tomlooman/EpicSurvivalGameSeries/pull/40

wisien92 commented 7 years ago

@mariuz you dont get

2>C:\UE4\Survival\Source\SurvivalGame\Private\AI\BTTask_FindPatrolLocation.cpp(30): warning C4996: 'UNavigationSystem::GetRandomPointInNavigableRadius': This version of GetRandomPointInNavigableRadius is deprecated. Please use the new version Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.

when compiling?

tomlooman commented 7 years ago

FYI those are just warnings. the game functions fine without fixing those. I have fixed them in the upcoming release btw.