mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
Merge pull request #13 from TheRevisitor/patch-2
Update AthenaItemWrapDefinition.h
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user