Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Bone Info' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| integer | Index | Index of the bone in the skeletal hierarchy. |
| name | Name | Bone name. |
| integer | Parent Index | Parent bone index. |
| transform | Local Transform | Local/bone space reference transform. |
| transform | World Transform | Global/world space reference transform. |
| linearcolor | Color | Bone color. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Geometry Script Bone Info |