Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Device Button State' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Button | Button identifier |
| boolean | Pressed | Was the button pressed down this frame. This should happen once per "click" |
| boolean | Down | Is the button currently pressed down. This should be true every frame the button is pressed. |
| boolean | Released | Was the button released this frame. This should happen once per "click" |
| boolean | Double Clicked | Was the button double clicked this frame. This should happen only once per "double click" |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Device Button State |