Skip to content

Commit

Permalink
Lower PitchDistanceOffset value to have a slightly better view at clo…
Browse files Browse the repository at this point in the history
…se range by default
  • Loading branch information
mklabs committed Mar 22, 2021
1 parent 8c911eb commit 26d6e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class TARGETSYSTEM_API UTargetSystemComponent : public UActorComponent
float PitchDistanceCoefficient = -0.2f;

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Target System|Pitch Offset")
float PitchDistanceOffset = 90.0f;
float PitchDistanceOffset = 60.0f;

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Target System|Pitch Offset")
float PitchMin = -50.0f;
Expand Down

0 comments on commit 26d6e39

Please sign in to comment.