Skip to content

Commit

Permalink
fix issue : Limit Angle not exposed on pin
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Aug 29, 2023
1 parent 9a0576c commit 937a124
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct KAWAIIPHYSICS_API FKawaiiPhysicsSettings
UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (ClampMin = "0"), category = "KawaiiPhysics")
float Radius = 3.0f;

UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (PinHiddenByDefault, ClampMin = "0"), category = "KawaiiPhysics")
UPROPERTY(EditAnywhere, BlueprintReadWrite, meta = (ClampMin = "0"), category = "KawaiiPhysics")
float LimitAngle = 0.0f;
};

Expand Down

0 comments on commit 937a124

Please sign in to comment.