Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGroupTopology
Description
Call EdgeFunc for each boundary edge of each of the given Groups (no order defined). Templated so that it can be used with either sets (such as selections) or lists, and works with both lambdas or TFunctions. Defined here to avoid dll explicit instantiation woes.
| Name | ForGroupSetEdges |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
| Include Path | #include "GroupTopology.h" |
template<typename IntIterableContainerType, typename FuncTakingFGroupEdgeAndInt>
void ForGroupSetEdges
(
const IntIterableContainerType & GroupIDs,
const FuncTakingFGroupEdgeAndInt & EdgeFunc
) const