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: