Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/TDynamicVertexAttribute
- TDynamicAttributeBase::MakeCompactCopy()
- TDynamicVertexAttribute::MakeCompactCopy()
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVertexAttribute.h |
| Include | #include "DynamicMesh/DynamicVertexAttribute.h" |
virtual TDynamicAttributeBase < ParentType > * MakeCompactCopy
(
const FCompactMaps & CompactMaps,
ParentType * ParentIn
) const
Remarks
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