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

Contents

  1. 0.1UnrealEngine.Framework.SplineComponent
  2. 1SplineComponent.RemoveSplinePoint(int, bool) Method