Added mouse sensitivity to C++ class
Added game instance C++ class (unused)
This commit is contained in:
@@ -36,12 +36,15 @@ protected:
|
||||
UPROPERTY(EditAnywhere, Category="Shooter")
|
||||
FName PlayerPawnTag = FName("Player");
|
||||
|
||||
/**/
|
||||
|
||||
/*Functions*/
|
||||
|
||||
|
||||
public:
|
||||
/*Properties*/
|
||||
|
||||
UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Game Settings")
|
||||
float mouseSensitivity;
|
||||
/*Functions*/
|
||||
|
||||
/*C++ only declarations*/
|
||||
|
||||
Reference in New Issue
Block a user