UE4 Dynamic Data Tables - New Plugin

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Dynamic Datatable is a full Data Table replacement blueprint library, allowing you to edit freely at runtime and even combine existing tables. It can Export and Import as CSV. You can simply add an existing Data Table to a dynamic one, so there's minimal change in workflow.
    Link: www.unrealengi...

ความคิดเห็น • 7

  • @woahyeah2023
    @woahyeah2023 ปีที่แล้ว

    hello, looking to purchase. If I have a csv file, that has item names, weight, ect... I can import them in.... have the user create an additional item by entering the name, weight, ect... and save the new item to the same csv file?

  • @micaBREEN
    @micaBREEN ปีที่แล้ว +1

    i am working on a gamewhere you can modify character apperance (morph targets) and i wish to save presets useing datatables i am aware datatable are read only does this plugin someway make the datatable write/read at runtime and will it work for what i am trying to do? i need to save a look as preset.add it to datatable then also be able to load that preset back at runtine? hope i explained clear enmough

    • @vyrulent
      @vyrulent  ปีที่แล้ว +1

      It's a full replacement for data tables, meaning it's separate but can be filled using existing data tables, or with a struct through blueprints. If it's a blueprint struct, it can hold it. (can do C++ structs too but the variables inside need to be blueprint exposed) Everything works at runtime, you'd simply load the Dynamic Table at begin play, and save periodically. There's a custom format and also CSV to save/load from, which are both human-readable.

    • @micaBREEN
      @micaBREEN ปีที่แล้ว

      @@vyrulent hey there i purchased this and would like to know if you could do a basic usage tutorial i am a bit new to the data table things possibly some sort of presets data table being manipulated and updated from widget just a simple one would be fine thanks in advance

    • @vyrulent
      @vyrulent  ปีที่แล้ว +2

      @@micaBREEN I will likely do some tutorial videos in time, but not likely soon. If you enable "Show Plugin Content" and "Show Engine Content" though, there is a brief readme in the DynamicDatatable Content folder. If you need help with anything, please email at vyrulentstudios@gmail.com I'll be happy to help. I'll try to have a beginner's writeup as well, but for now here's a tutorial describing the basics of the built in data tables th-cam.com/video/nt1hlJO-DPo/w-d-xo.html

    • @micaBREEN
      @micaBREEN ปีที่แล้ว

      @@vyrulent thanks man that's awesome of ya

    • @hiQer
      @hiQer 5 หลายเดือนก่อน

      @@micaBREEN It's been a while now, did you figure it out and does it work as you asked for? (being able to let the player save a new preset in the datatable and save and load it)