Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Input Chord' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Input Chord |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Key | The Key is the core of the chord. |
| boolean | Shift | Whether the shift key is part of the chord. |
| boolean | Ctrl | Whether the control key is part of the chord. |
| boolean | Alt | Whether the alt key is part of the chord. |
| boolean | Cmd | Whether the command key is part of the chord. |