From 564e9dddf923a857a169ba5a97837c57d23488d9 Mon Sep 17 00:00:00 2001 From: TheRevisitor <155192668+TheRevisitor@users.noreply.github.com> Date: Tue, 7 Jul 2026 17:00:33 +0300 Subject: [PATCH] Update AthenaItemWrapDefinition.h --- Source/FortniteGame/Public/AthenaItemWrapDefinition.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/FortniteGame/Public/AthenaItemWrapDefinition.h b/Source/FortniteGame/Public/AthenaItemWrapDefinition.h index 763bf089..37666190 100644 --- a/Source/FortniteGame/Public/AthenaItemWrapDefinition.h +++ b/Source/FortniteGame/Public/AthenaItemWrapDefinition.h @@ -11,11 +11,11 @@ class FORTNITEGAME_API UAthenaItemWrapDefinition : public UAthenaCosmeticItemDef GENERATED_BODY() public: protected: - UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) + UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true, AssetBundles="Equipped")) TSoftClassPtr ItemWrapModifierBlueprint; private: - UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true)) + UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true, AssetBundles="Equipped")) TSoftObjectPtr ItemWrapMaterial; public: