Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshAttributeSet
Description
Triangle Label attributes Attaches and registers the triangle label attribute with a given name. If an attribute with this name already exists, the existing attribute will be deleted.
| Name | AttachTriangleLabelAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp |
void AttachTriangleLabelAttribute
(
FName InName,
FDynamicMeshTriangleLabelAttribute * InAttribute
)