We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ad62c commit dff5874Copy full SHA for dff5874
Source/Thirdweb/Public/Data/ThirdwebCountryCodes.h
@@ -11,13 +11,13 @@ struct THIRDWEB_API FThirdwebCountryCode
11
{
12
GENERATED_BODY()
13
14
- UPROPERTY(EditAnywhere, BlueprintReadOnly)
+ UPROPERTY(EditAnywhere, BlueprintReadOnly, Category="Country Code")
15
int32 Code = 0;
16
17
18
FText Abbreviation;
19
20
21
FText FullName;
22
};
23
0 commit comments