Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code
We developed a procedural road or bridge creation system in unreal engine 4 by using splines and instanced static meshes by laying the meshes along the spline. But unlike static mesh actors, we can select and modify these procedurally placed instanced static meshes in unreal editor. Therefore, I am going to extend the unreal editor to support this feature so that I can select individual instances of instanced static meshes and modify them just like a normal static mesh actors.
#CodeLikeMe #unrealengine #ue4