Dynamic Mesh from Spline

Hi all,
Is it possible to generate dynamic mesh from spline mesh, or from static mesh?
I’m trying to create a room-like structure from spline, but I want to add doors/windows later on (at runtime).
What’s the best way to do that?

Yes, you will want to learn how to use Geometry Script. It has lots of BP and C++ functions for creating meshes from splines, other meshes, defining raw vertices, boolean operations, etc. Here is a house example that sounds like what you want.

image

After enabling the plugin you’ll see 3 functions for working with splines in Geometry Script. There is a lot more work to do managing that data and extruding it, appending it to a dynamic mesh, etc.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.