UNREAL ENGINE 4 | Blutilities: Awesome or SUPER-AWESOME?! [KITATUS]

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • Wish you could Blueprint tasks for stuff in the editor? Look no further! Whether you want to create a simple actor replacer or you want to create an A.I to help you make games - Blutilities are the answer.
    ---------
    Like what we’re doing? Want to see more? Want to help others with cool projects, tutorials and more - All for the price of free? Well you can donate to our Patreon to help continue to fund our adventures of breaking down the paywall for information; This is 2015; We shouldn’t have to be forced to pay bucket-loads to learn new and exciting things to advance our knowledge / careers / hobbies .etc!
    Donate now and help us continue our game development teaching adventures! - All the price of totally free for anyone and everyone!
    Link to Patreon: www.patreon.co...
    ~-~~-~~~-~~-~
    Want to check out some more of our work?: "SUPER DISTRO - Super-Hard 2D Platformer" is now available on Steam! Be sure to check out the launch trailer!
    ➨ • Video
    ~-~~-~~~-~~-~

Komentáře • 7

  • @MrDpsc
    @MrDpsc Před 7 lety

    See this is exactly what I want to do. I have a bunch of obj files and some data files describing where those models need to be spawned. Problem is that spawnActorFromClass is gone in 4.16. Also, I'm not sure how I can read my data file and make it reference classes. Kinda lost over here, help me out?

    • @guntherschrenk8040
      @guntherschrenk8040 Před 6 lety

      Still available. Just not in the construction script. If you need it in there you can try using a macro that you call from the construction script. Unreal does not check that.

  • @monoham1
    @monoham1 Před 8 lety +3

    this really annoys me. there are tutorials on how to make lightbulbs and do simple things that explain every step so much i get bored. then i want to actually do something with multiple objects like link them to one event quickly and i get tutorials like this that explain NOTHING and every 4th word is a new concept. where are the normal tutorials?

    • @KITATUS
      @KITATUS  Před 8 lety +1

      If you don't like theory tutorials or practical tutorials, you may prefer to learn by reading existing code and breaking it apart. You can do so by downloading the projects on the "Learn" tab of the Unreal Engine 4 launcher. Hope this helps.
      If you want to link all of the created actors to one event, you could create the event in the Actor BP you spawn and then once they've all been spawned do a "Get All Actors of Class (The class you spawned), ForEachLoop > TheEventInQuestion".
      Alternatively, you could just create an event where you "Get Actors of Class (The class you spawned), ForEachLoop > What you want the casted actors to do".

    • @ethanwasme4307
      @ethanwasme4307 Před 8 lety +2

      Don't jump in head first dude, spend a year trying and failing, then eventually you'll realise something clicked and tut's like these will start to bore you...
      And anyways, what are you doing researching Blutilities this early on haha :D

    • @shortbusheros4
      @shortbusheros4 Před 7 lety +1

      One of these days I am going to try to fill the niche that you described by making my own tutorials. I think this video does a good job of showing something that isn't particularly N00bish though.

  • @6r0m
    @6r0m Před 6 lety

    3:18 ))