Hello guys! Can anybody share decision: how to copy/clone/duplicate spline component points?
If I do something like this:
It set pointer (reference) from “ForwardSpline” to the SplineComponent of my “SpawnedActor”.
Spline Component has no methods like: get(copy) or clone object.
Also: I can’t call function like: GetSplinePoints, but UE4 has method SetSplinePoints (why?). I can’t get array of Spline points.
So I have no idea, how to copy Spline Component points.
This would help me in what I am doing, excpet I cannot find a “Get Spline Point at Index”
All I find is seperate functions to get all the point attributes individually??
Hey I was wondering what happened to your second screenshot? Would it be possible to re upload it as I am having a similar issue that I would like to resolve