Skip to content

Commit

Permalink
Merge pull request #4 from ProjectBorealis/ue-property-fix
Browse files Browse the repository at this point in the history
chore(build): Build fails with no category for exported UPROPERTY
  • Loading branch information
mastercoms authored Jan 17, 2021
2 parents 8b412df + def2e90 commit 5a76d50
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 5a76d50

Please sign in to comment.