feat: Mod Adapter struct updates
This commit is contained in:
@@ -65,6 +65,10 @@ public:
|
||||
*/
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
|
||||
bool mAutomaticallySetFromSlotItemFilter = false;
|
||||
|
||||
/* This slot will represent the full inventory and will access all inventory slots */
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
|
||||
bool mSlotRepresentsFullInventory = false;
|
||||
};
|
||||
|
||||
USTRUCT(BlueprintType)
|
||||
@@ -88,4 +92,8 @@ public:
|
||||
/* The Inventory slots to allow access to Digital Storage */
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
|
||||
TArray<FRRDADSModAdapterInventorySlotAccess> mInventorySlots;
|
||||
|
||||
/* Use the inventory on the universal adapter instead of the building adapter */
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
|
||||
bool mUseAdapterInventory = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user