BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'InputChord' from its members
Inputs
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. |
Outputs
Type | Name | Description |
---|---|---|
struct | Input Chord |