FMeshVertexSelection::SelectByPosition

Select vertices where PredicteFunc(VertexPosition) == bSelectTrue

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Selections/MeshVertexSelection.h

Include

#include "Selections/MeshVertexSelection.h"

Syntax

template<typename PredicateFuncType>
void SelectByPosition
(
    PredicateFuncType PredicateFunc,
    bool bSelectTrue
)

Remarks

Select vertices where PredicteFunc(VertexPosition) == bSelectTrue

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss