UENUM(BlueprintType, Category = "*MailSystem")
enum class EMailType : uint8
{
TextOnly UMETA(DisplayName = "Text Only"),
TextAndItems UMETA(DisplayName = "Text + Items"),
Link UMETA(DisplayName = "Link")
};
UENUM(BlueprintType, Category = "*MailSystem")
enum class EMailType : uint8
{
TextOnly UMETA(DisplayName = "Text Only"),
TextAndItems UMETA(DisplayName = "Text + Items"),
Link UMETA(DisplayName = "Link"),
RedeemCode UMeta(DisplayName = "Redeem Code")
};