Navigation
BlueprintAPI > BlueprintAPI/GeometryScript > BlueprintAPI/GeometryScript/MeshQueries > BlueprintAPI/GeometryScript/MeshQueries/BoneWeights
Get the bone information.
Target is Geometry Script Library Mesh Bone Weight Functions
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target Mesh | Mesh containing the bone attributes. |
| name | Bone Name | The name of bone. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Is Valid Bone Name | Set to true if the TargetMesh contains a bone with the given name, false otherwise. |
| struct | Bone Info | The information about the bone. |
| object | Target Mesh |