Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/UHoleFillTool
Description
Populate an array of Edge Loops to be processed by an FHoleFillOp. Returns the edge loops currently selected by this tool.
| Name | GetLoopsToFill |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/HoleFillTool.h |
| Include Path | #include "HoleFillTool.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/HoleFillTool.cpp |
void GetLoopsToFill
(
TArray < UE::Geometry::FEdgeLoop > & OutLoops
) const