Description
TransferVertexSkinWeights (v1)
Transfer skin weights from a source collection to a target collection. Component Transfer is used when all geometries from the source collection have matched names with the target collection. Otherwise, Global Transfer is used. Geometries are matched when the geometry's BoneName can be found as the start of the BoneName of a geometry in the target collection. Use TransformNameSuffix to add extra string to the source geometry's BoneName to avoid multiple matched names. For example, source geometry has name SK_10 and target geometry has name SK_10_tet1 For all names, Check BoneName attribute in Transform group in the collection.
Input(s) : Collection - Target collection to transfer vertex attribute to. FromCollection - Source collection to transfer vertex attribute from.
Output(s): Collection [Passthrough] - Target collection to transfer vertex attribute to.
Information
| Module | GeometryCollectionNodes |
| Category | GeometryCollection |
| Tags | Transfer vertex skin weights from the Source Collection to the Target Collection |
| Type | FGeometryCollectionTransferVertexSkinWeightsNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| TransferMethod | Transfer method [default: Paired Geometry Transfer] | EDataflowTransferVertexAttributeNodeTransferMethod | Global |
| BoundingVolumeType | Bounding volume type for source assets[default: Triangle] | EDataflowTransferVertexAttributeNodeBoundingVolume | Triangle |
| SourceScale | Bounding volume hierarchy cell size for neighboring vertices to transfer into[default: Asset] | EDataflowTransferVertexAttributeNodeSourceScale | Asset_Bound |
| Falloff | Falloff of source value based on distance from source triangle[default: Squared] | EDataflowTransferVertexAttributeNodeFalloff | None |
| FalloffThreshold | Threshold based on distance from source triangle.Values past the threshold will falloff.[Defaults to 1 percent of triangle size(0.01)] | float | 0.010000 |
| EdgeMultiplier | Edge multiplier for the Bounding Volume Hierarchy(BVH) target's particle search radius. | float | 0.500000 |
| BoundMultiplier | Max bound multiplier for the Bounding Volume Hierarchy(BVH) target's particle search radius. | float | 0.010000 |
| TransformNameSuffix | Suffix of transform names for geometry matching during transfer[default: _Tet]. In CreateTetrahedron node we add _Tet to tetrahedral geometries. | FString | _Tet |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Target collection to transfer vertex attribute to. | FManagedArrayCollection | () |
| FromCollection | Source collection to transfer vertex attribute from. | FManagedArrayCollection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Target collection to transfer vertex attribute to. | FManagedArrayCollection |