Skip to content

Commit

Permalink
fixes TOOL-2869
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Dec 29, 2024
1 parent 1c35262 commit 2218925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct THIRDWEB_API FThirdwebMarketplaceInternalEntryBase
FThirdwebAsset Asset;

UPROPERTY(BlueprintReadWrite, Category="Core")
EThirdwebMarketplaceListingStatus Status;
EThirdwebMarketplaceListingStatus Status = EThirdwebMarketplaceListingStatus::Max;

UPROPERTY(BlueprintReadWrite, Category="Core")
FDateTime StartTimeInSeconds;
Expand Down

0 comments on commit 2218925

Please sign in to comment.