Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Camera Actor Attachment Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Camera Actor Attachment Info |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Actor | The actor to attach to. |
| name | Socket Name | An optional socket to attach to on the actor. |
| name | Bone Name | An optional bone to attach to on the actor. |
| real | Weight | The weight of this attachment. Unused if only one attachment is used. |