FMeshFaceSelection::SetDifference

Find the elements in current selection that are not in SubtractSet, and store in DifferenceStorage

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 SetDifference
(
    const EnumerableType & SubtractSet,
    StorageType & DifferenceStorage
) const

Remarks

Find the elements in current selection that are not in SubtractSet, and store in DifferenceStorage

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