Export Bezier curve from Blender to Unreal Engine 4.
The article is available here.
- ExportBezierToUE.py - Blender add-on
- Spline - Unreal Engine project
- BlueprintVersion - Blueprint solution
- SplinePathComponent and PathActor - Component solution
- TestSpline.csv - Test file
- Install add-on in Blender: Edit -> Preferences... -> Add-ons -> Install (ExportBezierToUE.py)
- Export Bezier curve points into CSV: Select object and File -> Export -> Export BezierCSV for UE4
- Import CSV such as DataTable in Unreal Engine
- Select DataTable in SplineActor