Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicAttributeBase
Description
Implementation of parent-class copy. MakeCopy() and MakeCompactCopy() implementations should call this to transfer any custom data added by parent attribute set class.
| Name | CopyParentClassData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicAttribute.h |
| Include Path | #include "DynamicMesh/DynamicAttribute.h" |
virtual void CopyParentClassData
(
const TDynamicAttributeBase < ParentType > & Other
)