UCurveControlPointsMechanic::FOrderedPoints::AppendPoint

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

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

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

Include

#include "Mechanics/CurveControlPointsMechanic.h"

Source

/Engine/Plugins/Experimental/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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss