Navigation
BlueprintAPI > BlueprintAPI/Game > BlueprintAPI/Game/Player
Retrieves the X and Y screen coordinates of the specified touch key. Returns false if the touch index is not down
Target is Player Controller
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| enum | Finger Index |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Location X | |
| real | Location Y | |
| boolean | Is Currently Pressed |