TDynamicVertexAttribute::MakeCompactCopy

Allocate a new compact copy of the attribute layer, optionally with a different parent.

Windows
MacOS
Linux

Override Hierarchy

TDynamicAttributeBase::MakeCompactCopy()

TDynamicVertexAttribute::MakeCompactCopy()

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicVertexAttribute.h

Include

#include "DynamicVertexAttribute.h"

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss