FMeshAttributeTransfer

[FMeshAttributeTransfer](API\Plugins\DynamicMesh\Operations\FMeshAttributeTransfer) transfers attributes from a SourceMesh to a TargetMesh

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshAttributeTransfer.h

Include

#include "Operations/MeshAttributeTransfer.h"

Syntax

class FMeshAttributeTransfer

Remarks

FMeshAttributeTransfer transfers attributes from a SourceMesh to a TargetMesh

Variables

Name Description

Public variable

TArray< EMeshAt...

 

Errors

Public variable

const FDynamicM...

 

SourceMesh

The mesh that we are transferring from

Protected variable

TUniquePtr< FDy...

 

SourceSpatial

Public variable

FDynamicMesh3 &...

 

TargetMesh

The mesh that we are transferring to

Public variable

EMeshAttributeT...

 

TransferType

What is being transferred

Constructors

Name Description

Public function

FMeshAttributeTransfer

(
    const FDynamicMesh3* SourceMes...,
    FDynamicMesh3* TargetMeshIn
)

Destructors

Name Description

Public function Virtual

~FMeshAttributeTransfer()

Functions

Name Description

Public function Virtual

bool

 

Apply()

Run the operation and modify .Mesh

Protected function

bool

 

Apply_MaterialID()

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