TDynamicAttributeBase::CopyThroughMapping

Copy data from a different attribute to this one, using the mesh index mapping to determine the correspondence

Windows
MacOS
Linux

Override Hierarchy

TDynamicAttributeBase::CopyThroughMapping()

TDynamicVertexAttribute::CopyThroughMapping()

References

Module

DynamicMesh

Header

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

Include

#include "DynamicAttribute.h"

Syntax

bool CopyThroughMapping
(
    const TDynamicAttributeBase * Source,
    const FMeshIndexMappings & Mapping
)

Remarks

Copy data from a different attribute to this one, using the mesh index mapping to determine the correspondence

Returns

true if the copy succeeded, false otherwise (e.g. false if the data from the source attribute was not compatible and the CopyOut failed to copy across)

Parameters

Parameter

Description

Source

copy attribute data from this source

Mapping

the correspondence from Source's parent to this attribute's parent

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