Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8a322d5c1 | |||
| 75daf25f1c |
@@ -1,3 +1,6 @@
|
||||
## 1.0.3 (November 30, 2024)
|
||||
- feat: Changed forms to array
|
||||
|
||||
## 1.0.2 (November 29, 2024)
|
||||
- feat: Item filters
|
||||
- feat: Additional DS Options
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "1.0.2",
|
||||
"SemVersion": "1.0.2",
|
||||
"VersionName": "1.0.3",
|
||||
"SemVersion": "1.0.3",
|
||||
"FriendlyName": "Refined R&D Api",
|
||||
"Description": "This Lib can be used to create Mod Compatability with Refined R&D Mods",
|
||||
"Category": "Modding",
|
||||
|
||||
@@ -42,11 +42,11 @@ public:
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
|
||||
ERRDADSInventorySlotAccessInteraction mInteraction = ERRDADSInventorySlotAccessInteraction::Ignore;
|
||||
|
||||
/* Select the item resource form that will be displayed in the digital storage UI
|
||||
This will only display items of this form when players search for an item.
|
||||
/* Select the item resource forms that will be displayed in the digital storage UI
|
||||
This will only display items of these forms when players search for an item.
|
||||
*/
|
||||
UPROPERTY(EditDefaultsOnly, BlueprintReadOnly)
|
||||
EResourceForm mSlotItemForm = EResourceForm::RF_SOLID;
|
||||
TArray<EResourceForm> mSlotItemForms;
|
||||
|
||||
UPROPERTY(BlueprintReadOnly, meta=(NoAutoJson = true))
|
||||
bool mOverrideItemFilter = false;
|
||||
|
||||
Reference in New Issue
Block a user