Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making OSM structs blueprint readable #50

Open
p-schulz opened this issue Jul 5, 2018 · 0 comments
Open

Making OSM structs blueprint readable #50

p-schulz opened this issue Jul 5, 2018 · 0 comments

Comments

@p-schulz
Copy link

p-schulz commented Jul 5, 2018

I think this could be of interest for some people working with this great plugin.

I'm currently working with UE4.18, so I can't modify the plugin for 4.19... But maybe someone else could make the structs in StreetMap.h (or more their UPROPERTIES) BlueprintReadOnly? I locally added BlueprintCallable getter functions in StreetMapComponent.h for retrieving the properties of buildings, roads and their nodes. This way it's easy to iterate over all roads and create splines for them (see #38). Due to OSM roads consisting only of single segments, the roads would look much nicer with splines.

(Test map with spline meshes)
highresscreenshot00143

highresscreenshot00134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant