Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UCurveControlPointsMechanic
Description
Outputs the positions of the points in the control point sequence. Does not clear PositionsOut before use.
| Name | ExtractPointPositions |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/CurveControlPointsMechanic.h |
| Include Path | #include "Mechanics/CurveControlPointsMechanic.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Mechanics/CurveControlPointsMechanic.cpp |
void ExtractPointPositions
(
TArray < FVector3d > & PositionsOut
)