Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMeshAttributeSet
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp |
void CopyBoneAttributes
(
const FDynamicMeshAttributeSet & Copy
)
Remarks
Bone Attributes Copy all bone attributes from the given attribute set to this attribute set, removing any values that were there before.
Parameters
| Name | Description |
|---|---|
| Copy | The attribute set to copy from. |