Navigation
API > API/Plugins > API/Plugins/DataflowNodes > API/Plugins/DataflowNodes/FSkinWeightsProxy
Description
Blends the skin weights of the three triangle vertices using BaryWeights, optionally remaps bone indices from the source skeleton to the target skeleton, and writes the result to VertexID. 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 VertexID,
const FIndex3i & Triangle,
const FVector3f & BaryWeights
) const
Parameters
| Name | Remarks |
|---|---|
| VertexID | Target mesh vertex to write the blended weights to. |
| Triangle | Indices of the three source mesh vertices forming the enclosing triangle. |
| BaryWeights | Barycentric blend weights (sum to 1) for the three triangle vertices. |