Added sensitivity and fov setting

Signed-off-by: TjgL <lithmoneo@gmail.com>
This commit is contained in:
TjgL 2025-02-23 12:27:59 +01:00
parent 8d2fe05e83
commit 62a0e27ac0
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -28,4 +28,7 @@ public:
UPROPERTY(Config, EditAnywhere, BlueprintReadWrite, Category = "Legumix|Controls", meta = (UIMin = 0, ClampMin = 0, UIMax = 10, ClampMax = 10)) UPROPERTY(Config, EditAnywhere, BlueprintReadWrite, Category = "Legumix|Controls", meta = (UIMin = 0, ClampMin = 0, UIMax = 10, ClampMax = 10))
float MouseSensitivity = 1.f; float MouseSensitivity = 1.f;
UPROPERTY(Config, EditAnywhere, BlueprintReadWrite, Category= "Legumix|Gameplay", meta = (UIMin = 60, ClampMin = 60, UIMax = 90, ClampMax = 90))
float FieldOfView = 80.f;
}; };