Description
TransferMeshAttributes (v1) Experimental
Dataflow node that transfers mesh attributes (skin weights, morph targets, polygroups, triangle labels) from SourceMesh onto Mesh using the UE::Geometry::FTransferAttributes operator. Attributes to transfer are configured via the AttributeProxies instanced-struct array.
@note This node is experimental and its interface may change without notice.
Input(s) : Mesh [Intrinsic] - The destination mesh modified in-place during evaluation. SourceMesh - The source mesh whose attributes are sampled during transfer.
Output(s): Mesh [Passthrough] - The destination mesh modified in-place during evaluation.
Information
| Module | DataflowNodes |
| Category | General |
| Tags | Transfer Mesh Attributes |
| Type | FTransferMeshAttributesDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| All | Adds all available proxies for transfer. | FDataflowFunctionProperty | () |
| None | Removes all proxies. | FDataflowFunctionProperty | () |
| AttributeProxies | Attribute proxies descriptors that determines which attributes are transferred and how. | TArray |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | The destination mesh modified in-place during evaluation. | TObjectPtr<UDataflowMesh> | None |
| SourceMesh | The source mesh whose attributes are sampled during transfer. | TObjectPtr<UDataflowMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | The destination mesh modified in-place during evaluation. | TObjectPtr<UDataflowMesh> |