Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/FEdgeLoopInsertionOp
Description
Converts LoopEids into pairs of endpoints, since ResultMesh is inaccessible without extracting it. Can be used to render the added loops. Clears EndPointPairsOut before use.
| Name | GetLoopEdgeLocations |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CuttingOps/EdgeLoopInsertionOp.h |
| Include Path | #include "CuttingOps/EdgeLoopInsertionOp.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Private/CuttingOps/EdgeLoopInsertionOp.cpp |
void GetLoopEdgeLocations
(
TArray < TPair< FVector3d, FVector3d > > & EndPointPairsOut
) const