Re fixing Rank init value

This commit is contained in:
2025-07-14 23:59:46 +02:00
parent a0b3ad6d8c
commit ae8b694f69

View File

@ -31,5 +31,5 @@ public:
UPROPERTY(BlueprintReadOnly, VisibleAnywhere)
FString Gap = "-";
UPROPERTY(BlueprintReadOnly, VisibleAnywhere)
int Rank;
int Rank = -1;
};