Skip to content

Commit

Permalink
Reduce mouse sensitivity as the default value is too high
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixze committed Apr 8, 2023
1 parent c6d0856 commit 79b219b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ALSExtras/Public/AlsCharacterExample.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ class ALSEXTRAS_API AAlsCharacterExample : public AAlsCharacter
TObjectPtr<UInputAction> SwitchShoulderAction;

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Settings|Als Character Example", Meta = (ClampMin = 0, ForceUnits = "x"))
float LookUpMouseSensitivity{3.0f};
float LookUpMouseSensitivity{1.0f};

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Settings|Als Character Example", Meta = (ClampMin = 0, ForceUnits = "x"))
float LookRightMouseSensitivity{3.0f};
float LookRightMouseSensitivity{1.0f};

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Settings|Als Character Example",
Meta = (ClampMin = 0, ForceUnits = "deg/s"))
Expand Down

0 comments on commit 79b219b

Please sign in to comment.