Unreal Engine 5 - Structs Set-By-Ref Tutorial

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 4

  • @falra_erisian
    @falra_erisian 11 місяців тому +5

    There is also node "Set members in struct" - you can directly set properties on the struct as ref

  • @MikhailHudon_ZerithFarron
    @MikhailHudon_ZerithFarron 11 місяців тому +1

    Would it be possible to do something similar to this to set a specific value in a Data Table? I'm trying to read/write values in a particular row and am finding no documentation on it.

    • @polysiens
      @polysiens  11 місяців тому +1

      Data Tables are meant to be read-only, so I don't think you can write values at runtime. For runtime you can use different data structures like arrays or maps, you can use data assets, save games, custom objects,...

    • @MikhailHudon_ZerithFarron
      @MikhailHudon_ZerithFarron 11 місяців тому

      @@polysiens that's rough... I've got about 2 months of work in converting Google docs and Sheets into Tables that were going to be the archive basis for dozens of things in my RPG Companion app...