Unreal Engine Blueprint API Reference > Game > Player
Returns true if the given key/button was down last frame and up this frame.
Target is Player Controller
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
struct | Key |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Returns true if the given key/button was down last frame and up this frame. |