Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/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
| Type | Name | Description | |
|---|---|---|---|
| TArray< EMeshAttributeTransferError > | Errors | ||
| const FDynamicMesh3 * | SourceMesh | The mesh that we are transferring from | |
| TUniquePtr< FDynamicMeshAABBTree3 > | SourceSpatial | ||
| FDynamicMesh3 * | TargetMesh | The mesh that we are transferring to | |
| EMeshAttributeTransferType | TransferType | What is being transferred |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshAttributeTransfer
(
const FDynamicMesh3* SourceMeshIn, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Apply () |
Run the operation and modify .Mesh | |
| bool |