Hello,
I try to create a spline deforming a mesh in a blueprint - more specifically in the constructor so that to get it when I drop the BP actor in the editor.
I found many topics and tutorials (a good reference is Engine News 6/11 - C++ - Unreal Engine Forums, another one is the UE4 BP spline examples. For most of them though the modification of the spline, and in particular the addition of new points, has to be done manually, by the user in the editor, and the BP is doing only the mesh deformation or animation.
In my case I would like to add some more points to the spline in the BP and to place the spline meshes right after that to have a deformed mesh on each segment.
The thing is I haven’t found a way to add the points in the BP. Whatever I do the result is always a 2 points spline.
Here is the BP. Can you please give me some tips on that?
Thank you very much
Werwack