ue4plugins / StreetMap

Import OpenStreetMap data into Unreal Engine
MIT License
2.16k stars 443 forks source link

[Tutorial] For anyone tries to build on UE4.18 #37

Closed DeXtmL closed 6 years ago

DeXtmL commented 6 years ago

In StreetMapComponentDetails.cpp Line 46: change ".GetSelectedObjects" to "->GetSelectedObjects" Line 61: chagne ".GetSelectedActors" to "->GetSelectedActors"

That's all. Build and enjoy

derKosi commented 6 years ago

If you have problems packaging ( UnrealBuildTool.exe result 5 ), try

natakaro (https://github.com/ue4plugins/StreetMap/issues/26)

Remove "PropertyEditor" in StreetMapRuntime.Build.cs :)

dodoleon commented 6 years ago

I have change the StreetMapComponentDetials.cpp file. But it still shows "The following modules are missing or built with a different engine version: UE4Editor-StreetMapRuntime.dll UE4Editor-StreetMapImporting.dll"

then I clear my solution it works, thank you.

JohnMath3w commented 6 years ago

Same issue as @dodoleon. Cannot find .dll files.

dodoleon commented 6 years ago

@JohnMath3w Close ue4 project adn then rebuild the c++ solution in vs. it will work.

RogueSheep-nl commented 6 years ago

Thanks @DeXtmL