Skip to content

Commit

Permalink
chore(build): Build fails with no category for exported UPROPERTY
Browse files Browse the repository at this point in the history
  • Loading branch information
TwentyPast4 committed Jan 17, 2021
1 parent 8b412df commit def2e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/DiscordGameSDK/Public/DiscordHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ struct FDiscordRichPrecisionData : public FTableRowBase
{
GENERATED_BODY()

UPROPERTY(BlueprintReadWrite, EditAnywhere)
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Discord")
FText Details;

UPROPERTY(BlueprintReadWrite, EditAnywhere)
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Discord")
FString LargeImageTag;

UPROPERTY(BlueprintReadWrite, EditAnywhere)
UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Discord")
FString SmallImageTag;
};

Expand Down

0 comments on commit def2e90

Please sign in to comment.