Unreal Engine 5 | Blueprint For Beginners (2023)

Поділитися
Вставка
  • Опубліковано 6 тра 2024
  • Check out my Premium Courses:
    smartpoly.teachable.com
    DOWNLOAD THE PROJECT FILES HERE:
    drive.google.com/file/d/1vtTu...
    Want To Learn Game Development?
    Check out My Multiplayer Survival Game Course:
    smartpoly.teachable.com/p/unr...
    NEW TO UNREAL ENGINE 5? WATCH THIS FIRST:
    • Unreal Engine 5 Beginn...
    Hello guys and welcome to my Unreal Engine 5, Blueprint For Beginners Course. In this video I will explain what are blueprints, why you should learn blueprints, and how to use blueprints inside of Unreal Engine 5. Blueprints are the visual scripting system of Unreal Engine 5, and you can use Blueprints to create complete games, or different tools to help speed up your workflow. This is the first video in my Blueprint Video Series. There will a Blueprint For Intermediate Users, and also a Blueprint For Advanced Users.
    TIMESTAMPS:
    00:00 - Introduction
    2:55 - Create The Project
    3:55 - What Are Blueprints?
    5:20 - Third Person Character Blueprint
    9:44 - Blueprint User Interface
    19:30 - Create Our First Blueprint Node
    25:30 - Blueprint Variables
    25:58 - Boolean Variable
    33:00 - Integer Variable
    37:00 - Float Variable
    38:50 - String Variable
    40:20 - Vector Variable
    46:10 - Rotator Variable
    47:14 - Transform Variable
    48:59 - Getting and Setting Variables
    50:50 - Creating A Door Blueprint
    1:13:40 - Hat Pickup Blueprint
    1:30:20 - Health And Damage Box Blueprint
    2:05:02 - Soccer Goal And Ball Blueprint
    2:28:00 - Creating A Hit Actor Blueprint
    2:50:53 - Summary And Outro
    LINKS:
    ---------------------------------------------------------------------------
    My Courses: smartpoly.teachable.com
    Survival Game Course: smartpoly.teachable.com/p/unr...
    Channel Membership: www.youtube.com/@SmartPoly/join
    Support Me on PATREON: / smartpoly
    Buy My Complete Projects: smartpoly.gumroad.com
    Donate: www.buymeacoffee.com/smartpoly
    ---------------------------------------------------------------------------
    MY PC SPECS & AFFILIATE LINKS
    ---------------------------------------------------------------------------
    Mouse: amzn.to/46WMdjN
    Keyboard: amzn.to/3M11SpV
    Laptop: amzn.to/3M7kjJQ
    CPU: amzn.to/3tKTK6E
    RAM: amzn.to/45yvWjW
    GPU: amzn.to/3rUGMmm
    SSD 2TB: amzn.to/46QcGPS
    SSD 4TB: amzn.to/46T10f9
    Primary Monitor 4K: amzn.to/3RZxqk5
    Secondary Monitor 1080p: amzn.to/3M6X16V
    Microphone: amzn.to/3S0aLnx
    Audio: amzn.to/3S5z5Vm
    Headset: amzn.to/45BeWJP

КОМЕНТАРІ • 500

  • @SmartPoly
    @SmartPoly  7 місяців тому +38

    Want to Learn More? Check out my Premium Courses:
    smartpoly.teachable.com

    • @Ghrimm
      @Ghrimm 7 місяців тому

      I did this, and i cant progress through your course because were on unreal 5.3 which is different than 5.1 and your verification bot doesn't wanna work, nor is anybody responding to my email about this.

    • @RomanSherin-lm9cs
      @RomanSherin-lm9cs 7 місяців тому

      @@Ghrimm oh great))) i was from 1 step from buying his course

    • @Ghrimm
      @Ghrimm 7 місяців тому +1

      @@RomanSherin-lm9cs The issue was fixed within 24 hours of me making this post. The course is fantastic so far.

    • @RomanSherin-lm9cs
      @RomanSherin-lm9cs 7 місяців тому

      @@Ghrimm did he upload new video for 5.3?

    • @damsen978
      @damsen978 6 місяців тому

      How do you even memorize the names of every action for what you need? I think there are way too many on this video for a beginner to remember everything.

  • @diosleftcheek2012
    @diosleftcheek2012 4 місяці тому +117

    At 1:03:05, if you add the node in the target, you will be able to open the door from anywhere on the level. To fix that, you can add it on the player controller to only allow the actor to open it from inside the collider

  • @RogueBearEntertainment
    @RogueBearEntertainment 6 місяців тому +168

    Hey Poly! While making your door blueprint I noticed that the End Overlap event does not actually work because when your character leaves the box he can still activate it from a distance! The issue was that the Get Player Controller node had to be connected to the Disable Input PLAYER CONTROLLER node and not the Target node! Just wanted to clarify. Great tutorial!

    • @Archaoen0
      @Archaoen0 6 місяців тому +9

      yes i saw that as well, thanks.

    • @randomveryrandom4565
      @randomveryrandom4565 6 місяців тому +7

      thank you soo much i was actually wondering why that was happening

    • @empiregfx2303
      @empiregfx2303 5 місяців тому

      Man thanks I was facing same issue 👍

    • @taobowen2016
      @taobowen2016 4 місяці тому +2

      I'm confused for that part until I saw this, great!

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

      Great!, thought i've made a mistake somewhere for a sec.

  • @Spellbound_93
    @Spellbound_93 Місяць тому +5

    @1:12:26 A better option would be to plug these into just "play" and "reverse". This is so if you press the key again mid animation, the door doesn't snap to the beginning or end in an unnatural way before playing.

  • @elefantspidsmus
    @elefantspidsmus 6 місяців тому +102

    Thanks for your tutorial - love it! There is a bug in the door script though. At 1:03 you plug the GetPlayer Controller into Disable Input with Target. This results in the character being able to open and close outside the box as if she never left it - which she didn't. You need to plug it into the Player Controller, and I'm sure that's what you meant 🙂

    • @mrd.j.2303
      @mrd.j.2303 6 місяців тому +7

      I just applied this fix and it works! Thanks!

    • @kage1x5300
      @kage1x5300 5 місяців тому +3

      Thanks! i was really confused at first.

    • @insramrehmat4500
      @insramrehmat4500 5 місяців тому +3

      Thanks

    • @NeoQJ
      @NeoQJ 5 місяців тому +1

      Thanks!

    • @SlombyChannel
      @SlombyChannel 4 місяці тому +2

      i was also confused. Unreal engine is quite diffrent from what im used with. Unity

  • @LarsPau
    @LarsPau 4 місяці тому +55

    Many thanks. This was so helpful to get a starting point with a lot of valuable and well balanced insights. I'm looking forward to other courses like the two beginner courses.

  • @dalcon4
    @dalcon4 6 місяців тому +2

    Man, I learned more from this than I have from a few weeks of digging around other stuff. Great course, great content, and great Instructor. TY

  • @hotcher2
    @hotcher2 7 місяців тому +2

    Best beginner blueprint course I've seen. Perfect pacing. Well done and thank you.

  • @sgtredacted
    @sgtredacted 7 місяців тому +3

    I've always wanted to learn how to use Unreal and your videos are what finally made me pull the tigger on it! Thanks for providing top tier classes for free!

  • @SuyashGamerOP
    @SuyashGamerOP 7 місяців тому +10

    Thank you man, I was so eagerly waiting for this because your old tuts and UE5 have some diff stuff in blueprint .. Thanks for providing quality content for free :)

  • @matthewsankey817
    @matthewsankey817 2 місяці тому

    This is one of the most thorough, yet simple tutorials of Unreal 5 and Blueprints. Great job!

  • @Eftiar
    @Eftiar 2 місяці тому +4

    Just finished the tutorial and I love it. I was tired of doing tutorials that only shoow you how to use blueprints to make a specific type of game. This was just how to use blueprints as a whole and I loved it.

  • @danielfrohlich9040
    @danielfrohlich9040 5 місяців тому +2

    Great video mister. Took me nearly 3 days to get through it with a lot of breaks but I managed and accomplished everything mentioned here with a little bit of extra (I set up the hit actors to spin at random rates when they spawn etc..) Can't wait to begint he next one! Thank you!

  • @RitzBitz13
    @RitzBitz13 Місяць тому +1

    thank you so much for these videos, they're slow enough for me to keep up and not have to continuously pause, but also fast enough that it keeps me interested! i am going to wait for your 5.4 new video series and ill be the first to buy it!

  • @ThePatman412
    @ThePatman412 5 місяців тому +1

    Easy to follow and understand as the tutorial goes on. I appreciated the "mini projects" within the course. Thumbs up from an. absolute beginner. Thank you.

  • @justagamedev_
    @justagamedev_ 5 місяців тому +1

    this helped me a lot since i'm trying to make a survival/sandbox game I have experience with other game engines thanks!

  • @infiniteoriginstudios1563
    @infiniteoriginstudios1563 7 місяців тому +1

    Thank you for updating through out each large update and iterations , you have no idea how much it actually means . I’ve watched every single video more than once like and subbed you sir are S tier

  • @TheOriginalDuckley
    @TheOriginalDuckley 7 місяців тому

    Thank you so much for this, I absolutely cannot wait for the next parts in the series!

  • @fenottilore7972
    @fenottilore7972 7 місяців тому +1

    this video was so super cool, ive always wanted to become a game dev but ive always struggled with unity and learning code, this visual blueprint system seems so much easier for my brain to follow! thanks for the awesome series :)

  • @tomsolidPM
    @tomsolidPM 6 місяців тому +8

    Man I love your tutorials! They are to the point, considering obstacles that we can run into and very useful examples! I restarted my UE journey several times the past years. With your help, I think I finally get the hang of it!! Also bought your Survival Game course. Probably wont have time to do this massive amount of value you provide there, but I still wanted to support you! Keep it up! 🚀

  • @shawnboundy3716
    @shawnboundy3716 5 місяців тому +8

    Great tutorials as always!! A note to anyone who might have had this problem: I was having problems with the soccer ball part - not causing the fireworks, not getting destroyed and reloaded. I found that the error was me updating some things to the goal and saving that, but the goal that was already present on the map was not updating. So deleting them, and replacing them with the latest saved version fixed that problem (Unreal v5.3.1)

  • @daniel3dart
    @daniel3dart 7 місяців тому +2

    SWEET! Teach ALL of the things. You are a treasure. Great work!

  • @johnrex7108
    @johnrex7108 7 місяців тому +35

    Just wanna say again these videos are terrific, and I really look forward to watching those other videos on intermediate and advanced.
    Keep of the great work, man. You're helping a lot of people right now.

  • @dyadica
    @dyadica 7 місяців тому

    This was my first Unreal tutorial and it was great! thanks for this!

  • @joshcollins9458
    @joshcollins9458 2 місяці тому

    after going through this tutorial i was sold, just got the survival game lesson. you rock dude ty

  • @12ninjababies
    @12ninjababies 7 місяців тому

    Love your videos man, I'm still learning this stuff and working towards being a creator. You're the man, man!

  • @garlicdbread7210
    @garlicdbread7210 5 місяців тому

    wanted to thank you for making this tutorial. I'm only half way through, but I already appreciate your way of teaching in this. Highly recommend for people looking to get started in Unreal Engine!

  • @spilth
    @spilth 13 днів тому +1

    Been watching a bunch of UE5 videos the last week or so and this is the clearest, most well paced and organized video I’ve come across. Kudos! I’ll be subscribing and watching more of your work.

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

    Thanks to you, I now understand what I didn't comprehend in blueprints. I really appreciate it!

  • @JJDRAGO
    @JJDRAGO 5 місяців тому

    I have just finished this tutorial and it is great. Very informative, fun to get through, and I've got a grat game idea from it.
    Thank you man!

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

    This is great! I just finished this part and I genuinely feel like I took a LOT away from this guide! Cheers, and I hope you have a wonderful 2024!

  • @Fevwy
    @Fevwy 16 днів тому

    ive spent hours in the last days watching ue5 tutorials and basics because me and a few friends want to make a game and i saw this video and i can say no one explained everything so simple to understand but detailed enough to learn like you did. thans

  • @JRENUGZ
    @JRENUGZ 7 місяців тому +1

    Man you are so good at teaching people. Great work!

  • @frodox10
    @frodox10 7 місяців тому +1

    Such a good crash course on blueprints mate, nicely done.

  • @jesusguillen5054
    @jesusguillen5054 5 місяців тому

    Man this is great. At the beginning I was getting bored and i thought it was all going to be very slow paced, but i was wrong. Thanks a lot!

  • @The.Real.Andrew.Cooper
    @The.Real.Andrew.Cooper 6 місяців тому

    Best blueprint tutorial series i've found by far!

  • @codyhoward1007
    @codyhoward1007 5 місяців тому

    Thanks for making this video. Been watching a bit each day grasping more. You make it easy to follow with a lot of good information :)

  • @themuddyrug55
    @themuddyrug55 Місяць тому

    These tutorials are great. I had no idea where to start in unreal but this has helped me so much. Great work!

  • @gabrielmacarron
    @gabrielmacarron 12 днів тому

    Just what I was looking for, well explaned and the most impotant and rare, it is really for begginers. Loving your channel and suscribed.

  • @EmergencySerotonin
    @EmergencySerotonin 7 місяців тому +19

    This tutorial is amazing. I did notice that when I left the doors hitbox I could still interact with it. I triple checked my blueprints and to the best of my beginner knowledge they matched yours exactly. While troubleshooting I linked "Get Player Controller - Return Value" to the "Disable Input - Player Controller" rather than "Target" and it worked exactly as intended. If you see this I'd love to know why we initially connect Enable Input to Player Controller and Disable Input to Target. Regardless thank you for the amazing tutorial!

    • @jedhaydney4176
      @jedhaydney4176 7 місяців тому +3

      I noticed that as well. You can get rid of the link between 'Get Player Controller' and 'Disable Input' to also stop it.

    • @dongerification
      @dongerification 7 місяців тому +1

      Yeah if you change the "Get Player Controller" and move it from the "Target" node to the "Player Controller" node it works.

    • @Rico.308
      @Rico.308 7 місяців тому +3

      Thank you this helped me save some time and solve this problem quickly

    • @ultimate1769
      @ultimate1769 7 місяців тому

      @@jedhaydney4176 Thanks :).

    • @rekker1104
      @rekker1104 7 місяців тому +1

      I also noticed: When pressing “E” to open the door while the door is in it’s closing animation, door will snap instantly to its closed position and then will begin opening. Did you have this too? Do you know how to correct it?

  • @WanP1su
    @WanP1su 6 місяців тому

    Excellent tutorial to dives in Blueprint! Useful information and good explanation, thank you!

  • @petethechin
    @petethechin 2 місяці тому +11

    Given up Unity for Unreal, things just seem so much easier here, thanks for this its been very helpful so far.

    • @Psycked
      @Psycked Місяць тому +1

      I thought and did the SAME thing!

    • @mrfirespark
      @mrfirespark 10 днів тому

      hows it going?

  • @mrd.j.2303
    @mrd.j.2303 6 місяців тому

    Great video mate! Super cool stuff for a beginner course and you moved at a good speed. I'd like if you explained a little tiny bit more of the nodes and things you did but I learned a lot! Thanks so much.

  • @raykenney0562
    @raykenney0562 7 місяців тому

    Bro I just Started Learning Unreal engine and This is already Epic
    You make us understand things Really easy

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

    Great work on these videos. You are very thorough and have a relaxed presentation voice that is clear and unrushed. This is important because if your voice doesn't sound rushed, I, as the student, don't feel rushed. This is very helpful for a total Unreal noob like me. In areas where I need to, I can skip ahead a little bit and learn at my speed. Some youtubers speak very quickly and show things as fast as possible. I'm very much against this approach as its almost impossible to slow things down in the video, but its much easier to skip around in a longer video. Your use of chapters is also a huge help in this regard.
    I watched the first video in this series and at first, the 2+ hour long runtime made me pause. UA-cam has trained me to have a short attention span (yeah, I blamed YT, not me, lol). I had already spent a couple of confused hours in the Unreal editor so I was able to rationalize the video time more easily. I spent 3+ hours watching it in real time but I watched it in its entirety, after which I gave it a like and subscribed. You describe things very well and cover the little details that are easy for a subject-domain expert like you to overlook.
    Keep up the great work!👏

  • @thetipsysparrow9552
    @thetipsysparrow9552 7 місяців тому

    Excellent tutorial! Looking forward to the rest!

  • @sharifulislam-pd3sj
    @sharifulislam-pd3sj 4 місяці тому

    You are great! I am working with Unity more then 5 yeas and now I switched to Unreal Engine 5. I feel your tutorials like a romantic movie! Love and thanks to you.💌

  • @decoherant
    @decoherant 6 місяців тому

    Excellent instruction and pacing. Easy to follow and informative.

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

    Love your tutorials man, keep it up brother

  • @AkshaySrinivasan123
    @AkshaySrinivasan123 5 днів тому

    Loved it. First time I have been able to understand anything so I can make stuff. Thank you very very much. Awesomely amazing!!

  • @jayelborg
    @jayelborg 5 місяців тому

    I love you! I watched 20 hours of unreal engine tutorials and got barely any progress. Now I understood more in this 3 hours than in the 20hours before that :O

  • @krzysztoftoch1074
    @krzysztoftoch1074 6 місяців тому +7

    Thanks man. You make very good videos. Really nice editing and teaching skills. Nice voice also.

  • @CITPrep
    @CITPrep 7 місяців тому

    Thank You for the update - Great Work.

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

    So, I just want to say, thank you! It's a great video, and very helpful to those who want to learn Blueprint.

  • @lovejuliene1111
    @lovejuliene1111 6 місяців тому

    Thank you for this tutorial! You are so smart Poly!🤭

  • @EchoEld
    @EchoEld 6 місяців тому

    This might be the only time I get excited about a working door, thank you for the tutorial

  • @USBEN.
    @USBEN. 4 місяці тому

    This makes me love unreal even more.Thankyou .

  • @henrybear4600
    @henrybear4600 Місяць тому

    Great video. Very intro to blue prints. As I progress, I will look forward to your intermediate and advanced videos. Thx.

  • @othousand9589
    @othousand9589 12 днів тому

    You're a legend. Thank you!

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

    Subscribed recently due to the level of detail you go into with these videos. I'm primarily a C# Web Application developer and these videos remind me of when I was being taught how to use Visual Studio initially.

  • @Hector-Site
    @Hector-Site День тому

    Thank you , so many subjects and topics that are explained very well

  • @foncon9642
    @foncon9642 7 місяців тому

    I think I've finally found a good starting point. Thank you very much.

  • @MatteoBenaissa
    @MatteoBenaissa 28 днів тому

    Excellent video, really helped me getting into unreal, thanks man !

  • @user-er4ut4fc5h
    @user-er4ut4fc5h 7 місяців тому

    Just 2 minutes into the video and I already feel so confident 😊

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

    Thank you for existing dude. I’ve had this project in mind for a year now and been jumping from tutorial to tutorial and nothing seems to really give me a good sense of what I’m actually doing. Just doing their own thing and having me follow along. I never really learned anything until I found your vids. I greatly appreciate you dude

  • @emincetin951
    @emincetin951 7 місяців тому

    it was a masterpiece! Thanks a lot!

  • @WitcherKING
    @WitcherKING 6 місяців тому

    Thank you for the Great beginners guide. Very Excited for the Advance Guide. 😇

  • @nanzeebatabassum8263
    @nanzeebatabassum8263 7 місяців тому +1

    You are a life saver! I was almost failing a course and looks like at least I can hope to work on it by seeing your videos. Thanks !!!

    • @phantomabid
      @phantomabid 6 місяців тому +1

      So cool... Which institute is this?

    • @nanzeebatabassum8263
      @nanzeebatabassum8263 6 місяців тому +1

      Hi @@phantomabid !! I'm in UIUC. Though I am from civil engineering dept, I am taking this course from CS department for my research purpose with not so much knowledge of programming and the course looks really challenging to me.

    • @phantomabid
      @phantomabid 6 місяців тому +1

      @@nanzeebatabassum8263 Oh, it's okay. 👍
      A little bit of practice and it'll be easy as ... Best of luck!
      I wish my education system in my country had these...

  • @jahmi4334
    @jahmi4334 7 місяців тому

    You are easy to listen to and learn from. very good. You are not speedruning, it's great.

  • @mmm2096
    @mmm2096 7 місяців тому

    Can't get enough of your videos bro, thanks. I have your course, any other premium stuff?

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

    Congrats on 100k!!!!

  • @VagabondVALO
    @VagabondVALO 6 місяців тому

    nice video. worth noting, I decided to follow the door blueprint in first person template but i had a problem that can't pass through because of a hard collision and after some digging i found that the collision of the door frame itself prevented me then removed it and all worked fine lol

  • @Fadiabuzant
    @Fadiabuzant 7 місяців тому

    Thank you so much for this tutorial. I'll following your tutorial till the end 😍😍

  • @tomerhertz8502
    @tomerhertz8502 5 місяців тому

    Great Tutorial...can't wait for your advance blueprint

  • @adamschipul9258
    @adamschipul9258 7 місяців тому

    You’re a big help, brother, thank you very much ❤

  • @Lietomint
    @Lietomint 7 місяців тому

    Thank you! This is very helpful

  • @jojodelivery5916
    @jojodelivery5916 2 місяці тому +5

    I've been going through tutorial hell in my game development journey of 2 months. This video made blueprints A LOT easier for me to understand. Thank you!

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

    Great video - thanks so much for doing this.

  • @Jam-sz1sy
    @Jam-sz1sy 4 місяці тому

    Thank you for this!

  • @onchainstreamer
    @onchainstreamer 7 місяців тому

    Thank you for this. Great teacher!

  • @niansenx
    @niansenx 17 днів тому

    Thanks again for the great training. My brain is now full!

  • @christopherfrancique9912
    @christopherfrancique9912 Місяць тому

    thanks bro, great help

  • @saeshii
    @saeshii 2 місяці тому

    Holy Poly this is amazing content!

  • @Susuer
    @Susuer 6 місяців тому

    Your videos all have Chinese subtitles, which is really thoughtful. Non-native English speakers can also learn. It's really great.

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

    You really need to give yourself a good pat on the back. You are the only tutor I have found on blueprints who is able to get through to me, your videos are so concise and easy to digest. I cannot wait to consume every UE5 tutorial you've got on offer.

  • @flames0042
    @flames0042 Місяць тому

    Videos are awesome. The pacing of the instructions are great. I can follow along and repeat what you are doing while you are doing it and its awesome.

  • @Regisseur12
    @Regisseur12 6 місяців тому

    Genious starter course!

  • @terraincognita2973
    @terraincognita2973 7 місяців тому

    Thanks! Great tutorial!

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

    It definitely started slow if you already know the basics, but it gets real informative the more you watch!

  • @kasviradio
    @kasviradio Місяць тому

    Super valuable information for beginners!

  • @benjaminzarkhin1293
    @benjaminzarkhin1293 2 місяці тому +1

    At 2:43:51 I saw you could optimize a bit and instead of using separate relative location and rotation nodes you can use a "set relative location and rotation" node.

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

    Love it very informative👍

  • @aaronvanpelt3000
    @aaronvanpelt3000 28 днів тому

    Wonderful tutorial! I found that it bothered me in other tutorials how they would say things like "don't worry about how this works, just know that it works" and that sort of teaching style just doesn't work for my brain. So I really appreciate the detailed explanations of how things function and why things work! Can't wait to work through your other videos!

  • @danieljohnson3553
    @danieljohnson3553 18 днів тому

    I am teaching a tech class and we decided to make a game together. I don't have a lot of coding experience and I have zero unreal experience. This is awesome, thanks!

  • @camq66
    @camq66 6 місяців тому

    great video. since you are planning 2 more follow ups to this, would you consider making a blueprint for virtual reality style video? that covers more VR specific things?

  • @tradex4704
    @tradex4704 Місяць тому +1

    Thank you for the good tutorial

  • @Spaghettigamer11
    @Spaghettigamer11 22 дні тому

    thx so much for this tutorial i really appreciate it for this i will sub

  • @gingerdehinger1091
    @gingerdehinger1091 7 місяців тому

    Great video ill watch out for the next!

  • @jacobkroutil6841
    @jacobkroutil6841 2 місяці тому

    Awesome video! Thanks for making

  • @shubman0001
    @shubman0001 7 місяців тому

    Thank you. I am starting to move to unreal from unity and this will help me a Lot