Spotlight Sale: Save 50% on select Animations now through September 23.

Landscape Spline Helper Plugin

ArbitraryGames - Code Plugins - Aug 2, 2023

Get landscape spline points & segments right in the blueprint!

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

This plugin just simply makes it so you can get spline points and segments in the blueprint. Any spline math will have to be done on your own. But this allows you to at least get the spline from the landscape.

Technical Details

Features:

  •  Get Landscape Spline blueprint node
  •  Landscape Control point Blueprint Object
  • Landscape Segment point Blueprint Object.

Code Modules:

  •  LandscapeSplineHelperModule: Runtime module.


Number of Blueprints:

Number of C++ Classes:

Network Replicated: No

Supported Development Platforms: 5.2+ (sadly this has to be used in 5.2+, because that's when Unreal made the spline control points accessible in C++)

Supported Target Build Platforms: Windows 64 bit

Github: https://github.com/arbitrarygames/LandscapeSplineHelper


Notes: If you don't like anything or want to change/add something please fork the github repo! And if you think others can benefit from it (even if it's not perfect) do a pull request, and we'll check it out!