Browse Source

add sidebar

Sergiu 2 years ago
parent
commit
9ecc04b674

+ 20 - 0
Content/ConfigurationData/UI_Config.json

@@ -140,6 +140,26 @@
           "condition": "NonConfigurable"
         }
       ]
+    },
+    {
+      "name": "active_shaft_page",
+      "options": [
+        {
+          "name": "build",
+          "display_name": ["build"],
+          "condition": "build"
+        },
+        {
+          "name": "doors",
+          "display_name": ["doors"],
+          "condition": "doors"
+        },
+        {
+          "name": "colors",
+          "display_name": ["colors"],
+          "condition": "colors"
+        }
+      ]
     }
   ],
   "ui_text": [{ "name": "series", "display_name": ["SERIES"] }]

+ 3 - 0
Content/ConfigurationData/UI_State.json

@@ -7,5 +7,8 @@
   },
   "active_door_side": {
     "active_options": ["A"]
+  },
+  "active_shaft_page": {
+    "active_options": ["build"]
   }
 }

BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Doors.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Sidebar.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_SidebarOptions.uasset


BIN
Content/_CibesConfigurator/Widgets/_WBP_MainUI.uasset