UE Tag Value Editor
UE Tag Value Editor
2024-10-06
I developed a tool for a side project that simulates Excel-like functionality through a plugin. By creating labels and corresponding values, the plugin allows for adjustable parameters and final content display via various rules. The goal is to enable users to create dropdown menus, input fields, additional values, and pseudo-databases to display data. I also added validation and hint features to make it easier for users to set things up.
The rules implemented so far include mathematical operations (addition, subtraction, multiplication, division), logical operations (equality, pickup, append values, comparisons, logic gates), and time differences. The current functionality is already sufficient for the side project's needs, and there may be opportunities to add more rules in the future.
It took about one week to implement and test, and we will be integrating this system into our project with other teammates.
為Side Project開發的工具,能過模擬Excel功能的插件,藉由創建標籤以及對應的數值,並透過各類規則來實現可以調整或輸入的參數與最終顯示的內容。希望能夠讓使用者能創建類似下拉選單、輸入框、附加數值,以及偽資料庫來顯示數據。另外有為插件製作驗證功能以及提示功能,方便使用者設定。
規則的部分包含數學式加減乘除、邏輯運算相等、擇一、附加、比大小、邏輯閘、時間差,目前的內容已經足夠Side Project的需求,未來也有機會再追加其他規則。
大約花費1週實作與測試,之後會與其他夥伴基於這套系統應用在我們的專案。