Merge pull request #13 from TheRevisitor/patch-2

Update AthenaItemWrapDefinition.h
This commit is contained in:
Niklas
2026-07-07 20:31:23 +02:00
committed by GitHub
@@ -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: