Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/FTransferAttributes
Description
Executes the configured attribute transfer, writing results into InOutTargetMesh. All registered vertex and triangle proxies are applied in order.
| Name | TransferAttributesToMesh |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/TransferAttributes.h |
| Include Path | #include "Dataflow/Transfer/TransferAttributes.h" |
| Source | /Engine/Plugins/Dataflow/Source/DataflowNodes/Private/Dataflow/Transfer/TransferAttributes.cpp |
virtual bool TransferAttributesToMesh
(
FDynamicMesh3 & InOutTargetMesh
)
true on success, false if the operation was cancelled or an error occurred.
Parameters
| Name | Remarks |
|---|---|
| InOutTargetMesh | The mesh to receive the transferred attributes. |