Update AthenaMusicPackItemDefinition.h

This commit is contained in:
Zylox
2024-08-03 20:13:31 +02:00
committed by GitHub
parent d6873e1165
commit b55546338f
@@ -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))