Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicAttributeBase
Description
Allocate a new compact copy of the attribute layer, optionally with a different parent. Default implementation does a full copy and then compacts it, usually derived class will want to override this with a more efficient direct compact copy implementation
Derived Overrides
| Name | MakeCompactCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicAttribute.h |
| Include Path | #include "DynamicMesh/DynamicAttribute.h" |
virtual TDynamicAttributeBase * MakeCompactCopy
(
const FCompactMaps & CompactMaps,
ParentType * ParentIn
) const