How i can align mesh to landscape?

How i can spawn static mesh at center of screen and align mesh to landscape in blueprint?
Thank you!

Did you get an answer to that?

General snapping moves the origin point of the mesh to the surface location. So when going about “aligning” you need to take into account where the origin of the mesh because that’s what the movement is going to be based on. You’re moving the origin in 3D space.

Take a cube for example. It’s origin is in the center of the mesh. If you want to have its base (bottom) to align with a landscape surface then you need to take the location of the surface and add the half height of the cube to Z. Then set actor location to this new location.