Landscape Spline Actor

Hi all,

I’ve been trying to figure out how to get the spline data from a Landscape to a blueprint but
I can’t really find much information on this. Also I’ve seen tutorial videos on Youtube where they can access the LandscapeSplineActor in the Outliner but they don’t show up in mine and can’t find anything on it to gain access to it or have it show up.

So how do get access to a Landscape Spline in the Blueprint and how can you make it show up in the Outliner?

Pretty new to Unreal and still in learning the software so bear with me, thanks.

I believe you need to have World Partition enabled on the Level for LandscapeSplineActor to show up in the Outliner.

Thanks that seems to work. I can now see them in the outliner.

Any idea how I can use the landscape spline in a blueprint or convert to a Spline Component so I can make use of it in a blueprint?

Hi

I had the same issue and there is now a Marketplace plugin to help with this: -

Landscape Spline Actor to BP Waypoint/Spline Actor Utility (SplineLSUtil) in Code Plugins - UE Marketplace (unrealengine.com)

Hope this helps.

Thanks.