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