Update AthenaMusicPackItemDefinition.h

This commit is contained in:
Zylox
2024-08-03 20:13:59 +02:00
committed by GitHub
parent f8dc61fc5d
commit 35a6f21822
@@ -10,7 +10,7 @@ UCLASS(Blueprintable, MinimalAPI)
class UAthenaMusicPackItemDefinition : public UAthenaCosmeticItemDefinition {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta = (AllowPrivateAccess = "true", AssetBundles = "Equipped"))
TSoftObjectPtr<USoundBase> FrontEndLobbyMusic;
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))