Navigation
BlueprintAPI > BlueprintAPI/Components > BlueprintAPI/Components/SkinnedMesh
Returns bone name linked to a given named socket on the skeletal mesh component. If you're unsure to deal with sockets or bones names, you can use this function to filter through, and always return the bone name.
Target is Skinned Mesh Component
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| name | In Socket Name |
Outputs
| Type | Name | Description |
|---|---|---|
| name | Return Value | bone name |