PlayerController-GetMousePosition(float_float).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.PlayerController

PlayerController.GetMousePosition(float, float) Method

Retrieves the X and Y screen coordinates of the mouse cursor

public bool GetMousePosition(ref float x, ref float y);

Parameters

x System.Single

y System.Single

Returns

System.Boolean
true if successful

Contents

  1. 0.1UnrealEngine.Framework.PlayerController
  2. 1PlayerController.GetMousePosition(float, float) Method