BlueprintAPI > BlueprintAPI/Game > BlueprintAPI/Game/Player
Convert 2D screen position to World Space 3D position and direction. Returns false if unable to determine value. *
Target is Player Controller
Inputs
Type | Name | Description |
---|---|---|
object | Target | |
real | Screen X | |
real | Screen Y |
Outputs
Type | Name | Description |
---|---|---|
vector | World Location | |
vector | World Direction | |
boolean | Return Value | Convert 2D screen position to World Space 3D position and direction. Returns false if unable to determine value. * |