Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FGroupTopology
Description
Call EdgeFunc for each boundary edge of the given Group (no order defined). Templated so it works with both lambdas or TFunctions. Defined here to avoid dll explicit instantiation woes.
| Name | ForGroupEdges |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h |
| Include Path | #include "GroupTopology.h" |
template<typename FuncTakingFGroupEdgeAndInt>
void ForGroupEdges
(
int GroupID,
const FuncTakingFGroupEdgeAndInt & EdgeFunc
) const