Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Selections
| Type | Name | Description | |
|---|---|---|---|
| Please use the function of the same name which takes ApplyTransform as a pointer instead bool | UE::Geometry::EnumerateTriangleSelectionVertices
(
const FGeometrySelection& MeshSelection, |
Prefer pointer version for ApplyTransform in EnumerateTriangleSelectionVertices | |
| bool | UE::Geometry::EnumerateTriangleSelectionVertices
(
const FGeometrySelection& MeshSelection, |
Call VertexFunc for each selected Mesh element (vertex/edge/tri) in MeshSelection. |