Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Selection > API/Plugins/ModelingComponents/Selection/ToolSelectionUti-
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/ToolSelectionUtil.h |
| Include | #include "Selection/ToolSelectionUtil.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Selection/ToolSelectionUtil.cpp |
namespace ToolSelectionUtil
{
Please use the function of the same name which takes EEnumerateSelectionMapping flags instead bool ToolSelectionUtil::AccumulateSelectionElements
(
UE::Geometry::FGeometrySelectionElements & Elements,
const UE::Geometry::FGeometrySelection & Selection,
const UE::Geometry::FDynamicMesh3 & SourceMesh,
const UE::Geometry::FGroupTopology * Topology,
const FTransform * ApplyTransform,
bool bMapFacesToEdges
)
}
Remarks
Prefer AccumulateSelectionElements with Flags parameter.