FMeshFaceSelection::SetIntersection

Find the elements in current selection that are also in IntersectSet, and store in IntersectionStorage

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Selections/MeshFaceSelection.h"

Syntax

template<typename EnumerableType, typename StorageType>
void SetIntersection
(
    const EnumerableType & IntersectSet,
    StorageType & IntersectionStorage
) const

Remarks

Find the elements in current selection that are also in IntersectSet, and store in IntersectionStorage

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