UCurveControlPointsMechanic::FOrderedPoints::RemovePointAt

Removes the point at a particular position in the sequence.

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CurveControlPointsMechanic.h

Include

#include "Mechanics/CurveControlPointsMechanic.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/CurveControlPointsMechanic.cpp

Syntax

int32 RemovePointAt
(
    int32 SequencePosition
)

Remarks

Removes the point at a particular position in the sequence.

Returns

point ID of the removed point.