Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMesh3
Description
Ensure that all the same extended attributes available in ToMatch are also enabled. By default, clears existing attributes, so that there will be an exact match If bClearExisting is passed as false, existing attributes are not removed/cleared. If bDiscardExtraAttributes=true and bClearExisting=false, extra attributes not in ToMatch are discarded, but existing attributes are not cleared/reset
| Name | EnableMatchingAttributes |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include Path | #include "DynamicMesh/DynamicMesh3.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMesh3.cpp |
void EnableMatchingAttributes
(
const FDynamicMesh3 & ToMatch,
bool bClearExisting,
bool bDiscardExtraAttributes
)