What are Data Assets in Unreal Engine 5

Поділитися
Вставка
  • Опубліковано 27 лис 2024
  • #coding #programming #unrealengine5 #ue5 #html #css #ascentcombatframework #gamedev
    Support me on Patreon: / codewithro
    Join my Discord Server: / discord
    Donations: ko-fi.com/code...
    Low Poly Synty Assets: syntystore.com...

КОМЕНТАРІ • 13

  • @surfinjoka
    @surfinjoka 4 місяці тому +3

    Wow you've been gaining new subs like wildfire... congrats bro!

    • @CodeWithRo
      @CodeWithRo  4 місяці тому

      Im loving it! Thank you so much! 🥹

  • @diliupg
    @diliupg 4 місяці тому +1

    You got a new follower! 🎉

  • @diningwithdil
    @diningwithdil 4 місяці тому

    you are the best youtuber :)

    • @CodeWithRo
      @CodeWithRo  4 місяці тому

      Thank you for your kind words 🥹

  • @pulsar7016
    @pulsar7016 3 місяці тому +1

    In DataAssets you can't iterate through all SecondaryAssets, but in tables you can iterate through all rows and all parameters. If I'm wrong, then explain to me how I can iterate through all assets from PRIMERYDataAsset?

    • @CodeWithRo
      @CodeWithRo  3 місяці тому

      You’re correct that iterating through rows in a DataTable is straightforward in Unreal Engine 5. However, with PrimaryDataAssets and SecondaryDataAssets, iteration is less direct because DataAssets are often used as individual, self-contained objects rather than as collections like DataTables.

  • @JuffeGuffe
    @JuffeGuffe 4 місяці тому

    Thank you for the explanation!
    Quick question: How would you implement custom attributes (like levels and elemental damage) E.g. for a weapon item without making a separate data asset for each scenario?

    • @CodeWithRo
      @CodeWithRo  4 місяці тому +1

      For those id recommend a Data Table! Have a new video up about it 🥳

  • @1AnimeFinder
    @1AnimeFinder 3 місяці тому +1

    can u go more in to add random attributes in the Data Assets sorry noob here ps tk u ​ @CodeWithRo

    • @CodeWithRo
      @CodeWithRo  3 місяці тому +1

      You can really add whatever you'd like in the data asset 👍

    • @1AnimeFinder
      @1AnimeFinder 3 місяці тому

      @@CodeWithRo how will i go about doing the random/rng for attributes/ stat? sorry noob here