SplineComponent-RemoveSplinePoint(int_bool).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.SplineComponent
SplineComponent.RemoveSplinePoint(int, bool) Method
Removes a point at the specified index from the spline
public void RemoveSplinePoint(int pointIndex, bool updateSpline=true);
Parameters
pointIndex System.Int32
updateSpline System.Boolean