Editor Apply Spline node broken as of UE 5.1

As of UE 5.1 there is a bug in getting landscapes, landscape proxies, and landscape streaming proxies to conform to a spline. Tested and verified on each one. In blueprints the node used to accomplish this is “Editor Apply Spline”. Any ideas on how to get around this? Can anyone at least get word through to Epic’s developers? How does one get word through to Epic’s developers? I honestly do not understand their support system yet. Thank you.

I’ve seen that Epic are aware of this bug and we should get a fix in the next update.

1 Like

Have we found out if this is still an ongoing issue? I can’t seem to find any documentation about this node or any bugs about it being reported.

Negative. I submitted a bug report, and never heard back. As of 5.2 it is still broken. I also downloaded 5.3 from GitHub as it currently stands, which is in progress at this time, and it was still broken. Everyone should submit a bug report. Maybe it will catch their attention.

I can also confirm it is bugged in 5.3.

try setting “num of subdivisions” to 10,000 or more. Make sure tangents in the spline have a distance of more than 30.
Also, if you’re using world partition, make sure the spline is over Tile 0 (or go through all tiles and apply)

Just FYI, I think the problems you are running into here are because you are leaving the “Edit Layer Name” as None, at least from the screenshots.

You need to provide the name of the layer on the landscape you want to render the spline on to. If you go into landscape mode you should see what layers your landscape has under the “Edit Layers” section. My guess is that you’re seeing nothing happen since it’s trying to render on to a layer that doesn’t exist. Hope this helps!

1 Like

Theres still issues with this ‘Editor Apply Spline’ node. When I use it on a landscape layer thats reserved for splines, it seems like it works, but when I switch to landscape mode it gets reset and it no longer deforms the landscape. Its like the layer forgets about it.

3 Likes

I can confirm the same behavior as StuntThumper88. What would be ideal is Editor Apply Spline actually creates a landscape spline so that if you toggled to Landscape mode you could edit the spline or move it after the fact. However it does appear to be cutting off half the deformation when going to Landscape mode as Stunt says.

1 Like

I had this same issue. Switching to a layer that was not reserved for splines allowed the changes to persist. I also added used a PostEditMove function to call EditorApplySpline everytime the spline actor was moved.

In 5.6 it seems to work, but the changes are permanent. So if you move the spline the areas that are elevated and/or painted will stay the same. Very annoying, because the Landscape spline system is still pretty wonky and it would be good to have a way for us to work with BP splines.

Exactly same bug with forgetting results of Editor Apply Spline" node still persists in 5.6 and 5.7 :expressionless_face: