Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries > BlueprintAPI/GeometryScript/MeshQueries/BoneWeights
Copy the bone attributes (skeleton) from the SourceSkeleton to the TargetMesh.
Target is Geometry Script Library Mesh Bone Weight Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Source Skeleton | The skeleton asset we are copying the bone attributes from. |
| object | Target Mesh | Mesh we are copying the bone attributes to. |
| struct | Options | An option object to control how the copying is performed. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Target Mesh |