Update AthenaItemWrapDefinition.h

This commit is contained in:
TheRevisitor
2026-07-07 17:00:33 +03:00
committed by GitHub
parent f42f11e82e
commit 564e9dddf9
@@ -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<ACustomItemWrapModifier> ItemWrapModifierBlueprint;
private:
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true))
UPROPERTY(BlueprintReadWrite, EditAnywhere, meta=(AllowPrivateAccess=true, AssetBundles="Equipped"))
TSoftObjectPtr<UMaterialInterface> ItemWrapMaterial;
public: