How to Add a Spline Component to a Blueprint

This how-to will show you how to add a Spline or Spline Mesh Component to a Blueprint.

Choose your operating system:

Windows

macOS

Linux

On this page

This page will take you through the steps necessary to add a Blueprint Spline Component or Blueprint Spline Mesh Component to any Blueprint you have available. Both of these components require that your Blueprint inherits from any class that can trace its linage back to Actor (Pawn, Character, etc.).

Steps

  1. Create a new Blueprint or Open a Blueprint in the Blueprint Editor .

  2. Add Component AddComp_Button.png -> Spline or Add Component -> Spline Mesh.

    AddSplineComp.png

  3. Adjust any settings for the added component. See Blueprint Spline Component Property Reference or Blueprint Spline Mesh Component Property Reference for more information on the properties available.

    You can directly edit a Blueprint Spline Component's points in the Blueprint Editor Viewport .

Result

You will have added a Blueprint Spline Component or Blueprint Spline Mesh Component to your Blueprint, see the next how-to's for more information on how to manipulate them.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss