Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Selections > API/Plugins/DynamicMesh/Selections/UE__Geometry__En-_5
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Selections/GeometrySelectionUtil.h |
| Include | #include "Selections/GeometrySelectionUtil.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Selections/GeometrySelectionUtil.cpp |
namespace UE
{
namespace Geometry
{
bool UE::Geometry::EnumeratePolygroupSelectionElements
(
const FGeometrySelection & MeshSelection,
const UE::Geometry::FDynamicMesh3 & Mesh,
const FGroupTopology * GroupTopology,
TFunctionRef < void, const FVector3d &)> VertexFunc,
TFunctionRef < void, const FSegment3d &)> EdgeFunc,
TFunctionRef < void, const FTriangle3d &)> TriangleFunc,
const FTransform * ApplyTransform,
const bool bMapFacesToEdgeLoops
)
}
}
Remarks
Prefer EnumeratePolygroupSelectionElements with Flags parameter.