Hello,
I finished the tutorial to build a flight tracker and now I would like to see my spline in the viewport, without the need of pressing the play button. My goal is to be able to see and animate an object following my path thanks to the sequencer window.
Thank you !
1 Like
Hello same request here !
I would also like to be able to draw the path of the aircraft behind it,
Thank you !
1 Like
Hello @Nicolas_Favre and @Hugooooo,
You can visualize the spline from the flight tracker tutorial in the viewport by calling Clear Spline Points and Load Spline Track Points in the Construction Script of BP_Aircraft. Here’s an example of how your blueprint will look:
In order to draw the path of the aircraft behind it, you may want to look in to Spline Meshes if you wish to customize the appearance of your spline path.
1 Like