Skip to content

Commit dff5874

Browse files
v1.5.0
1 parent 85ad62c commit dff5874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Thirdweb/Public/Data/ThirdwebCountryCodes.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ struct THIRDWEB_API FThirdwebCountryCode
1111
{
1212
GENERATED_BODY()
1313

14-
UPROPERTY(EditAnywhere, BlueprintReadOnly)
14+
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category="Country Code")
1515
int32 Code = 0;
1616

17-
UPROPERTY(EditAnywhere, BlueprintReadOnly)
17+
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category="Country Code")
1818
FText Abbreviation;
1919

20-
UPROPERTY(EditAnywhere, BlueprintReadOnly)
20+
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category="Country Code")
2121
FText FullName;
2222
};
2323

0 commit comments

Comments
 (0)