Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/FPolygroupProxy
Description
Copies the polygroup value from SrcTriangleID on the source attribute to DstTriangleID on the destination attribute. Must be called after GetOrCreateDestAttribute.
| Name | Transfer |
| Type | function |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/TransferAttributes.h |
| Include Path | #include "Dataflow/Transfer/TransferAttributes.h" |
void Transfer
(
const int32 SrcTriangleID,
const int32 DstTriangleID
) const
Parameters
| Name | Remarks |
|---|---|
| SrcTriangleID | Triangle index on the source mesh to read the group value from. |
| DstTriangleID | Triangle index on the destination mesh to write the group value to. |