Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Input Action Key Mapping' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| name | Action Name | Friendly name of action, e.g "jump" |
| boolean | Shift | true if one of the Shift keys must be down when the KeyEvent is received to be acknowledged |
| boolean | Ctrl | true if one of the Ctrl keys must be down when the KeyEvent is received to be acknowledged |
| boolean | Alt | true if one of the Alt keys must be down when the KeyEvent is received to be acknowledged |
| boolean | Cmd | true if one of the Cmd keys must be down when the KeyEvent is received to be acknowledged |
| struct | Key | Key to bind it to. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Input Action Key Mapping |