Unreal Engine C++ Project Setup, From Scratch

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025

Комментарии • 185

  • @jordanabbatiello
    @jordanabbatiello 4 года назад +73

    Hey, I made a port of your snippets for vscode, do you want to make this available to your community?

    • @AlexForsythe
      @AlexForsythe  4 года назад +16

      Sure, thanks for doing that and I'm glad you found them worth porting! If you want to publish a vscode extension and leave a comment with the link and/or details, I'll gladly pin that comment.

    • @jordanabbatiello
      @jordanabbatiello 4 года назад +17

      @@AlexForsythe Sure thing, I've got it on my github right now
      github.com/pseuplex/vscode-unreal-snippets
      I'll work on publishing an extension. Also, ull has been saving my life...

    • @arielgimenez_95
      @arielgimenez_95 4 года назад +5

      @@jordanabbatiello Could you make a video, it doesn't matter if it doesn't have audio, showing the procedure to use it? ... thanks

    • @duskpierce7802
      @duskpierce7802 3 года назад +4

      @@jordanabbatiello thank you for the port!

    • @RaduButarascu
      @RaduButarascu 2 года назад +3

      I will try to adapt this workflow with VS Code. Does anyone have the link to the extension mentioned?

  • @robink2006
    @robink2006 4 года назад +103

    THIS is the Gold Standard of video tutorials. Very, very good. Thank you.

    • @workflowinmind
      @workflowinmind 2 года назад +2

      100% agree

    • @user-cw3nb8rc9e
      @user-cw3nb8rc9e Год назад

      VERY bad style. not very good. the opposite.

    • @HonsHon
      @HonsHon Год назад +4

      ​@@user-cw3nb8rc9e Very good style. Very very good. The opposite

  • @DoctorMGL
    @DoctorMGL Год назад +4

    alongside that great tutorial i can listen to that deep relaxing voice all day
    in combination with your direct way of explaining that i only see in high class education system ,
    not what we see in typical random videos on youtube were the person is stuttering and playing around the bush before going to a point that could be explained in a 1 min but the guy doing a 20 minute video for it,
    clear , detailed , well managed , categorized , and straight to the point without wasting time , thats what i like , keep doing that you got my support

  • @alejandromunoz8086
    @alejandromunoz8086 4 года назад +62

    The quality of the video is amazing in every field. Congratulations

  • @CoiledTortoise
    @CoiledTortoise 3 года назад +20

    This is such a good explanation of all the project artefacts. Thank you so much for taking the (considerable) time to put this together. Getting a "bare-bones" and what feels like a clean set of just the required really artefacts really does help de-mystify all the files you see when you first open an unreal project for the first time.

  • @CretinousFiend
    @CretinousFiend 2 месяца назад

    Thanks for making this. It made me excited to learn Unreal and coding in general. I wish you'd continue to make content! Theres a wide margin between the quality and content of your videos and the others out there.

  • @paganite
    @paganite 4 года назад +28

    this is insanely good content, best, most clear information I've seen about UE since I started working with it, please keep making more videos

  • @koichikagehira654
    @koichikagehira654 4 года назад +34

    Timestamps for mobile users:
    0:00 - Introduction
    1:18 - Text Editor & Terminal
    2:04 - Installing Unreal
    2:46 - Installing Visual Studio
    6:17 - Conventional Workflow
    8:34 - Sublime Text Setup
    9:04 - Manual Project Creation
    14:31 - Building Editor Binaries
    17:17 - Running from Editor Binaries
    19:03 - Building a Standalone Game
    19:47 - Cooking Content
    21:39 - Quick Command-Line Scripts
    23:43 - Workflow Example: TestActor
    26:03 - Sublime Workflow Tips
    28:30 - Review

  • @unreolog8699
    @unreolog8699 4 года назад +9

    I think that each of your last videos is brilliant. I haven't seen such detailed and exhaustive videos about UE before. I would like to see more. Please keep going!

  • @HonsHon
    @HonsHon Год назад +1

    You have a really good voice for this stuff. Feels like I am hearing the world's most important process being explained in great detail. Love it.

  • @philippec7213
    @philippec7213 2 года назад

    Since 6 months I have problems to use UE and C++ and with your video in 30mn all my problems are solved : THANK YOU ! 👏👏👏👏👏👏👏👏👏

  • @mstram
    @mstram Год назад +1

    Great video Alex !
    No "fluff", professionally presented.
    I have only been using Unreal for 4 days, and it only took me 2 days to find your channel :)
    I love seeing how the "bare metal" of an UR cpp project is constructed.
    I also watched your "The Unreal Engine Game Framework: From int main() to BeginPlay" which again was great.
    Ironically, my interest in Unreal is based on an idea I have had for "awhile" now, which is to
    illustrate / make a movie ... who knows what else.. on how the internals of a cpu works.
    Think of "anthropomorphized bits, bytes, control units, and hard drives" ;)

    • @mstram
      @mstram Год назад

      Just wish you also had a text version of all the code you input.
      I manually transcribed it from the video, sometimes using the Windows Magnifier app :/

  • @krisitak
    @krisitak 4 года назад +2

    I got into build systems recently and it wasn't easy to obtain information on how things work as far as Unreal Engine is concerned. Alex, your channel is a blessing! The structure and editing of your videos are extremely valuable.

  • @christofstanits
    @christofstanits Год назад

    your videos are as smooth as your voice!
    glorious content with exactly the right amount of humor and zero waste of time!

  • @ukaszkubisiak6295
    @ukaszkubisiak6295 17 дней назад

    Thank you so much for this video! It explains a lot from Build perspective! I'm working on build automation and I couldn't find a good documentation related to this topic. Thank you!

  • @ravnor874
    @ravnor874 3 года назад

    Im a student who have started a group of fresh people to slowly start a game studio. I also have ADD. Next to no coding experience, all we learned the two years i studied game development they taught us C#, and i picked up a little on Blueprint. Your other video about C++ and BP coding made me realise i gotta learn some c++ aswell so i watched this. My ADD plus no experience with coding like this made me just sit her with the feeling of constantly getting mindblowned and losing focus. Super nice video! So hoped I understood more haha

  • @kameenavery9616
    @kameenavery9616 2 года назад +1

    This was a fascinating video. To see how you could build from scratch without even needing the Launcher......
    Then there is all the snippet functionality My GOODNESS, I really want to learn more about this eve nif this video is over 2 years old.
    Great video and I will definitely pass it along.

  • @sf851
    @sf851 3 года назад +1

    Hi @Alex Forsythe, I usually don't comment that much on RUclips video. You have done such a good job here that I can't resist congratulating you. Thank you again for this mine of knowledge. I'm looking forward to see your next videos.

  • @BillyLemonZest
    @BillyLemonZest 3 года назад +3

    Incredible work. Thank you so much for the time and effort you put in. I foresee this channel growing quickly.

  • @dexgarvey
    @dexgarvey Год назад

    Excellent work. I'd forgotten how much I miss the command line's efficiency when your processor is dedicated to crunching code rather than maintaining a visual extravaganza.

  • @RTSun-lx7ee
    @RTSun-lx7ee Год назад

    Man, it's really valuable video because you give basic introduction about unreal build system.
    Only I wish there are alternative videos for GNU/Linux or Mac OS.

  • @mareknetzel
    @mareknetzel 3 года назад +2

    This is Pure Gold! Thank you Alex for making these videos!

  • @Dayogg
    @Dayogg 2 года назад +1

    I would like to thank you for showing this way of working, I absolutely love it.

  • @RandomGuyyy
    @RandomGuyyy 3 года назад +1

    I persevered and I think this is my new workflow for UE C++. Excellent stuff.

  • @Rydn
    @Rydn Год назад

    I want to say, I love the content of your channel. The work and love shines through. Thank you.

  • @thegermancoder
    @thegermancoder 3 года назад +1

    That video was so awesome! You are breathtaking!

  • @drakouzdrowiciel9237
    @drakouzdrowiciel9237 10 месяцев назад

    Great job of breaking down the complexities.

  • @olgaboro8400
    @olgaboro8400 2 года назад

    Thank you so much. Your video has helped me greatly. Finally able to build unreal projects and actually understand it at least a bit

  • @babichfx
    @babichfx 3 года назад +1

    I’m crying, man. Thank you!

  • @Gostronyx
    @Gostronyx 3 года назад

    Best content, Best delivery, Best Pace. Thank you very much for this.

  • @mattalorio
    @mattalorio 2 года назад

    This was fantastic. Also liked Sublime Text pointers.

  • @vexedev
    @vexedev 3 года назад +1

    Man this is awesome! You're right on the spot with VS. After years of using it professionally I got so fed up with it I made my own editor. With this video I now know how to configure it to build for Unreal, thank you!

    • @ricanteja
      @ricanteja 2 года назад +1

      Funny finding you here! Love your Handmade Hero highlight videos. Cheers!

  • @adamodimattia
    @adamodimattia 2 года назад

    I am hooked. This content is of extraordinary value!

  • @naseemgharibi
    @naseemgharibi 3 года назад

    man this guy is the best teacher ever, THANK YOU!

  • @jagt
    @jagt 4 года назад +1

    I can't express how I appreciate this video. Wish you can make a new on on the whole UE4 package/uasset things. It's the most confusing part to me. I can't even imagine how some one get that explained.

  • @bjornmansson5641
    @bjornmansson5641 2 года назад +1

    Fantastic! Couldn't have asked for a better breakdown. I hope you find the possibility to put out ue4/5 online courses in the future. I'd definitely pay money for this kind of quality content.

  • @alirezaahani-f4u
    @alirezaahani-f4u 11 месяцев назад

    this video deserve 1 billion comments and likes and subs

  • @abghen2323
    @abghen2323 4 года назад +2

    I dont understand any of this but I did enjoy just listening to it. Maybe I'll look back after I take my first programming courses in school and learn something.

  • @nickjones8460
    @nickjones8460 2 года назад

    This is a great resource. I imagine it took a long time to edit the video this well. Thanks!

  • @Ertie
    @Ertie 4 года назад +1

    Such badass content omg, props on your quality and understanding

  • @RaduButarascu
    @RaduButarascu 2 года назад

    This was an EXTRAORDINARY tutorial! Thank you for creating it!

  • @fizzypopvfx
    @fizzypopvfx 2 года назад

    The dragging of the dockable views in VS at 0.33 made me laugh a great deal. Excellent vid series this, esp as a dev coming to unreal, it's been perfect.

  • @VincentBlankfield
    @VincentBlankfield 4 года назад +1

    Thanks man! This video is pure gold! It answers all the hopeless questions I've had about UE4 in one go. Saving it to use as a reference in the future. I didn't even realize it was possible to untie UE4 from VS on Windows. Now the project structure and build process is absolutely clear to me. I wonder if it is possible to go even further and use gcc or clang instead of msvc on Windows...

  • @robc5877
    @robc5877 7 месяцев назад

    Sloppy whitespace ♥ Great video. For Subl veterans / workflow & devops geeks this is perfect - and the basics still work / are current. Thank you. ps. time for a 2024 redo? Some folks made some project generators for UE and other neat fancy stuff + testing could also use a plug (other people already said the same, i know, but it's a perfect next step for the workflow, maybe also some bits about vcs + containers to automate some stuff, crazy i know - but it's fun!). Thanks again.

  • @OthnielCundangan
    @OthnielCundangan 4 года назад

    Thank you for this video, it gave me a lot of understanding of how the unreal build system works. The editor is really crap when trying to generate C++ classes in subfolders and I was encountering some errors that I could only fix after I actually understood what was happening. Turns out I had to put the files under /Public/ in order for it to work in the editor correctly.

  • @ElliotMurphy
    @ElliotMurphy 4 года назад

    This video is fantastic, thank you for laying the parts out like that, and for your appeal to decency!

  • @un0RRS
    @un0RRS Год назад

    This is a dope work flow. I'm gonna use it to learn game programming. Thanks much.

  • @downdiggi
    @downdiggi 3 года назад

    Alex, thanks for this video. I'm learning a whole bunch!

  • @thoeme
    @thoeme 3 года назад +1

    I would love to give more than one thumbs up for that video!

  • @ollytomlinsonmusic
    @ollytomlinsonmusic 4 года назад +1

    Even though I'm not a programmer, I found this very interesting, and this is a very good video.

  • @Travio247
    @Travio247 2 года назад

    This is a great video, going to give it a whirl when I'm home on Sublime, having alot of issues with intellisense for VS2022

  • @TheRabidCabbage
    @TheRabidCabbage 2 года назад

    This video was quite insightful. I followed it on the latest Unreal 5.0.3, and apart from a few obvious things like changing "EngineAssociation" to "5.0" and using "UnrealEditor.exe" instead of UE4Editor.exe", it all went off without a hitch.
    I added the correct versions of .NET, MSVC, SDK Etc, from the 5.0 release notes, but I don't think they were being used, since I already had newer versions installed. But it didn't seem to affect the outcome.
    I certainly don't see how this could ever replace my Rider workflow, but it's nice to have a better understanding of what's going on. And that Cmder is a nice addition to my arsenal.🙂

    • @reismorgan7815
      @reismorgan7815 Год назад

      CAn you help me understand why the only snippets available to me are uuproj and lorem even tho ive added many more to my user packages/app data packages folders?

  • @archiep9162
    @archiep9162 2 года назад

    Great rundown 10/10!

  • @hamol3d
    @hamol3d 4 года назад +1

    Excellent work. Gold!

  • @downdiggi
    @downdiggi 3 года назад

    Alex, you're a very decent human being. 🤣🤣 Thanks again for this awesome video. I can't express how much you've taught me in this short comment, but a lot. I'm looking forward to the next one. Stay blessed.

  • @turannuraliyev6631
    @turannuraliyev6631 Год назад

    In my case it was necessary to add
    ,
    "Plugins": [
    {
    "Name": "ModelingToolsEditorMode",
    "Enabled": true,
    "TargetAllowList": [
    "Editor"
    ]
    }
    ]
    to .uproject file to be able to open the project in editor. Great content anyway!

  • @Sluggernaut
    @Sluggernaut 2 года назад

    The only part of this video I would disagree with is where you make the actor child class from scratch. I would personally have Unreal generate that class.
    I would like to add the caveat that I didnt even know you could do 90% of the stuff shown in this video. This was absolutely fascinating and mind blowing. I didnt know you could make a project like this. I'm really impressed that Unreal will even do this, for one. For two, I'm surprised anyone knows about all of this.
    Also, there are plugins for Unreal that assist with Intellisense and help the developer. I am on the Engine Team at a AAA studio and get into the engine code every day and I need to be able to #include headers all of the time. Previously I had to start with a full path, copied from the headers properties, then cut it down to a reasonable string. Not I use Visual Assist to do the work. Pretty nice.
    This really is the gold standard to which all tutorials should live by. Very nice.

  • @W3Studios
    @W3Studios 4 года назад

    Nicely put together and executed. Finally, videos where we don't need to watch each click!

  • @carlwong1919
    @carlwong1919 Год назад

    Such a high quality tutorial.

  • @220damien
    @220damien 2 года назад

    Just wow....Hearing you makes Unreal engine a piece of cake to understand.
    I really do like your workflow, but i don't see myself using it ( for now at least), being not a good at writing c++ for unreal.
    So i would like to ask you about a roadway that you find best to become good at c++ for unreal.

  • @partialdata
    @partialdata 4 года назад +1

    Give this man a Epic MegaGrant!

  • @ydvisual5530
    @ydvisual5530 2 года назад +2

    Hey thanks Alex, good stuff. I am trying to do this for unreal engine 5, the new preview release. There are few small differences, but it works well, thanks !

    • @leonlysak4927
      @leonlysak4927 2 года назад +2

      What are the differences? I'm trying to do this on Unreal Engine 5 right now

  • @deffuls
    @deffuls Год назад

    I love this setup. Thank You

  • @toddcarter4829
    @toddcarter4829 4 года назад

    This video certainly isn't for me, I'm not a beginner I have even less knowledge of coding. This video is very well done. I kinda understand more than I did but this is far above me.
    Very well done Alex!

  • @Alex0vSky
    @Alex0vSky Год назад +1

    I was so impressed and decided to develop a command line tool to create projects, do you want to make this available to your community?
    The tool uses the "Ue" core for generation, but does not load the user interface.
    Templates are also supported.

  • @liuyixuan101
    @liuyixuan101 Год назад

    Thanks for you video, it really helps me a lot.

  • @citadelo5ricks
    @citadelo5ricks 3 года назад +3

    Visual Studio Code 1.54.2, UE4.26, Mac 10.15.7. Setup: install Intellisense, set Intelli Sense Engine to "Tag Parser". Fast, efficient and actually MORE ACCURATE. Works great for inspecting UE source.

    • @Monkok3D
      @Monkok3D 2 года назад

      Cool! But how do you resolve the "Include file not found in browse.path." Help needed!

    • @citadelo5ricks
      @citadelo5ricks 2 года назад +1

      @@Monkok3D Have not been using lately, sorry. All I can recall is that it's a lot of trickery to get browse path into the right variable.

  • @falxonPSN
    @falxonPSN 4 года назад

    Good video to see the details of project creation. That said, I find using Visual Assist and disabling Intellisense gives me the most benefit.
    Fast but also full syntax completion and refactoring tools.

  • @boyuanli7843
    @boyuanli7843 3 года назад

    Why does this amazing vid recv only 700 like. Great content!

  • @YawLighthouse
    @YawLighthouse 4 года назад +2

    This video is fantastic! You definitely convinced me to get sublime if it means I can get to files and lines of code faster(VS has been killing me lately with just opening files)... I would like to ask if in the future will you be explaining how the Unreal Build Tool generally works? Or at least an overview because its like dark magic that I cant seem to figure out how to see each step of the process for compiling code to run the editor or building and cooking the game, and the documentation on it is a little vague for somebody who doesn't primarily work in dev ops or infrastructure...

  • @pete5084
    @pete5084 3 года назад +1

    I wish I could be this man one day

  • @DariuszMakowski
    @DariuszMakowski 2 года назад

    This is truly incredible content. I love it!, UE5 ? I've notice du didnt make much content over past 2 years... what happen ? O.O Need moar!!!

  • @zeffster2
    @zeffster2 2 года назад

    this is so awesome, thank you

  • @valterbushido3468
    @valterbushido3468 2 года назад

    Really good one!

  • @yunus5949
    @yunus5949 3 года назад

    WONDERFUL EXPLANATIONS, HEY DUDE, THAT IS AWESOME! Are there any tutorials on other platforms?

  • @FraztheWizard
    @FraztheWizard 9 месяцев назад

    Amazing, Thankyou!

  • @Arion661
    @Arion661 4 года назад

    Super nice mic quality!

  • @ThatGuy001
    @ThatGuy001 4 года назад +1

    Hi Alex, thank you for creating this tutorial. I hope this can also help me with the unreal game development on linux too

  • @opnuul
    @opnuul 4 года назад

    wew using 181818 for the bg in that part were you had that diagram for how everything works at the end was other worldly with this dark youtube theme. also cool video i am making a game rn with unity but also it's my first go at this kind of thing and maybe there is some unreal in my future. cool workflow.

  • @CodeBoyyy
    @CodeBoyyy 2 года назад

    You Amazing Alex! Thank you alot...

  • @jdigi78
    @jdigi78 2 года назад

    Love this, explained a lot of things I didn't know enough about to even begin searching for online. One question though, what are your thoughts on rider? Seems like a good middle ground between vs and your setup shown in the video.

  • @VladyVeselinov
    @VladyVeselinov 4 года назад +1

    The audio is soo crisp

    • @charnet3d207
      @charnet3d207 3 года назад

      his voice reminds me of jerryrigeverything :D

  • @TheFunDimension
    @TheFunDimension Год назад

    It’s been 69 years. As much as I want to start making my game and I educate myself. I simply can’t even start to work at the level of this overview.
    So I have a question to anyone who is reading this and can help. Where in Earth can I learn what Alex is talking about in great detail to the point that just listening to him makes sense? Seriously, how can I even start looking for that information?

    • @FraztheWizard
      @FraztheWizard 9 месяцев назад

      Watch the Handmade Hero series

  • @zombi1034
    @zombi1034 2 года назад

    I followed this tutorial step by step and now all my files on my computer are gone😭😭 but now I know how to build an unreal project from scratch🥳

  • @toddeburch
    @toddeburch 3 года назад

    Nice video. Alex you could moonlight as a professional voice actor-books on tape for example!

  • @GonziHere
    @GonziHere 3 года назад +1

    Hi, I love how your content is presented and how insightful and helpful it actually is. Thank you for taking the time to set it up.
    That aside, how do you work with UE source? I've managed to build from source and use that in my pet project, but I don't fully grasp when would I actually change the source instead of just using module.
    Maybe tangential to this, I've encountered opinions about "tossing UE gameplay framework aside" several times and I assume that you might know why and how would one go about doing that? (I would like to make RTS one day and I feel like the UE assumes many things that aren't really optimal for that).

  • @john.mattock
    @john.mattock Год назад

    Thanks for the tutorial. Is this your natural voice?

  • @PabitraPadhy
    @PabitraPadhy 3 года назад

    Thank you so much for making this. - Decent Human Being
    Always use sublime, like you said it doesn't get in the way + superfast.
    Although Rider for Unreal Engine would help a lot, that's not free, but it's really good.
    Your sublime packages would help a lot.
    Thanks again for the detailed explanation.

  • @someuser4166
    @someuser4166 2 года назад +1

    i dont get why people hate on visual studio. its by far the best IDE ive ever used.

    • @carrast
      @carrast Год назад

      same here...

  • @romantroshkin3142
    @romantroshkin3142 Год назад

    Godlike tutorials (in a Dota voice)

  • @dam-ib9fs
    @dam-ib9fs 2 года назад +1

    I hope you read this comment:
    PLEASE SET UP A PATREON, I WANT TO GIVE YOU MONEY 🙏
    amazing, flawless and informative videos

  • @pauloviniciuscoral1128
    @pauloviniciuscoral1128 4 года назад

    This is gold

  • @NicoleSummer8
    @NicoleSummer8 2 года назад

    Awesome 🎉❤

  • @AlyxCouch
    @AlyxCouch 2 года назад

    Awesome video! Weird question, whats your wallpaper?

  • @home8491
    @home8491 2 года назад

    At the last chapter it become only fitgh i was skipping it but this chapter is good

  • @giorgilataria8164
    @giorgilataria8164 3 года назад

    please make a course on unreal c++ game developement using c++ and blueprints interchangably as you have a video on that

  • @douglaslassance
    @douglaslassance 4 года назад

    This is an amazing video, demystifying the build system is all I needed. Side note, I was wondering why you are not mentioning linters such as cpplint. Are you not really into them?

  • @lucota90
    @lucota90 3 года назад

    THANK YOU!

  • @varunverma95
    @varunverma95 2 года назад

    Okay so I was following till 16:45 when I enter the command to build , it throws an error "ERROR WHILE ENUMERATING VISUAL STUDIO TOOLCHAINS". Now how can I get past this?

  • @DamirH
    @DamirH 4 года назад +3

    Great video but it does skip out on the most crucial part of it all - debugging. How would one go about breakpoints and stepping through execution?

    • @AlexForsythe
      @AlexForsythe  4 года назад +5

      When I need to do extensive debugging work, I still use Visual Studio (with UE4.natvis installed) as my debugger of choice.
      If you really want a fast, oldschool alternative, you can use WinDbg.exe (installed with the Windows 10 SDK, in %PROGRAMFILES(X86)%\Windows Kits\10\Debuggers\x64) - it's got a bit of a learning curve, though.