Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APlayerController > API/Runtime/Engine/GameFramework/APlayerController/GetInputAnalogStickState
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include | #include "GameFramework/PlayerController.h" |
UFUNCTION (BlueprintCallable, Category="Game|Player")
void GetInputAnalogStickState
(
EControllerAnalogStick::Type WhichStick,
float & StickX,
float & StickY
) const
Remarks
Retrieves the X and Y displacement of the given analog stick.