Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 725 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 725 Bytes

BezierBlenderToUE

Export Bezier curve from Blender to Unreal Engine 4.

The article is available here.

List

  • ExportBezierToUE.py - Blender add-on
  • Spline - Unreal Engine project
    • BlueprintVersion - Blueprint solution
    • SplinePathComponent and PathActor - Component solution
  • TestSpline.csv - Test file

Guide

  1. Install add-on in Blender: Edit -> Preferences... -> Add-ons -> Install (ExportBezierToUE.py)
  2. Export Bezier curve points into CSV: Select object and File -> Export -> Export BezierCSV for UE4
  3. Import CSV such as DataTable in Unreal Engine
  4. Select DataTable in SplineActor