How to make a Player Editable Landscape?

If I need make a game like Cities:Skylines or Transport Fever 2.How to make the Runtime editable Landscape?

I’ve been trying to work that out, too. Have a look at UProceduralMeshComponent, UInstancedStaticMeshComponent and UHierarchicalInstancedStaticMeshComponent. The built-in landscape stuff looks to be editor-only (but I’m not sure).

1 Like