Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Rig Physics Joint Component' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Rig Physics Joint Component |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Parent Body Component Key | The parent body of the joint. If unset, then the system will try to find a suitable body bylooking for a parent that contains a body that is in the same solver as the child body. |
| struct | Child Body Component Key | The child body of the joint. If unset, then the system will try to find a suitable body |
| struct | Joint Data | The properties of the joint |
| struct | Drive Data | Optional motor/drive associated with the physics joint |