UCurveControlPointsMechanic::FOrderedPoints::AppendPoint

Appends a point with the given coordinates to the end of 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 AppendPoint
(
    const FVector3d & PointCoordinates
)

Remarks

Appends a point with the given coordinates to the end of the sequence.

Returns

the new point's ID.