Generate Procedural Mesh

[=Meessen;238489]
Could you explain how you procedurally create the mesh directly in the editor instead of in the game?
[/]

Put the code to generate in “postload()” if the user has authority (is owner/ is the server) and run the generation in “Beginplay()” if it is a client. That way it will work in editor and in game.