This tutorial goes by fast. Make sure you have a full understanding of Unreal Engine and a basic understanding of C++ if you want to keep up. There's slower tutorials on my channel if you wish to watch those.
@Sirbozo8 ай бұрын
k
@clifforderskineart10 ай бұрын
congratulations after 10+ hours of tutorials this is the first one that has finally made C++ click for me! nice work
@R3voltz096 ай бұрын
3000 hours of tutorial and none them simplify the initial setup as you. Thank you!
@apx6082 ай бұрын
so fucking true , it now makes sense
@TankyThunderpaw8 ай бұрын
I'm super grateful for this tutorial, I struggled a lot with some errors I was getting following other setups and this flows perfectly, also not minding at all the fast pace, pause buttons and replay are just for this. Really appreciated the insight on how to search and apply stuff from documentation too, might sound futile to some but I think that's just fundamental for beginners, how to read docs is something everyone should learn and often is just skipped. Thank you for taking the time to make this
@stray27487 ай бұрын
MAN you are a lifesaver; straight to the point, no lecturing. Coming from C# and Unity3D you basically just translated it all for me. I think you could do a Udemy series on UE5 C++ and I'd buy it, lol.
@Acromata7 ай бұрын
I have stuff planned but nothing confirmed ;)
@praseeth33123 ай бұрын
just finished this video, such a good and simple way to get into the UE C++. really great video thank you so much.
@B4NTO2 ай бұрын
4:20 about Unity is not true, There is no issue with inheritance in C# and Unity. Looking into see how C++ works in UE 5. Done c++ before but not in UE 5, thanks for tutorial :)
@Archeidos-Arcana19 күн бұрын
Was gonna say the same
@devandyEsp4 ай бұрын
OMG, THANK YOU. I AM SO GLAD I FOUND YOU IN MY EARLY STAGE OF WRATH AND DESPAIR LOL. (edit: This comment was based on public opinion)
@Acromata4 ай бұрын
Glad I helped, I've been there before lol
@SirPytan10 ай бұрын
You show the information (white text) way too short on screen, please show it longer, or combine it in a list to be visibly longer and please, add that information in the video description, that is where at least I look at to find the summary of the good sources.
@Acromata10 ай бұрын
Thanks for feedback, will definitely slow things down in the future
@NeuroScientician15 күн бұрын
I reside deep, deep in the tutorial hell.
@ADevAura5 ай бұрын
4:28 Actually in C# you can have children classes without opening - reopening engine for the 132th time. Devs always want to destroy Unity these days.
@Acromata5 ай бұрын
Yes unity can technically do this, but unreal engine is better catered towards this while unity doesn't because it is a more beginner-friendly workflow
@ADevAura5 ай бұрын
@@Acromata I'm a Unity developer who is learning Unreal at the time and I must admit Unreal has many good features and is an incredible engine but it is absolutely not an indie/beginner friendly engine. Coding in C++ is hard and significantly time consuming. For example you have to close and reopen the Unreal engine for the smallest header file changes, there is no IntelliSense for C++ unless it is 999 bucks and etc. And C# is a ridiculously powerful language as some pros say that it's reaching C++ in terms of customization and capability. So each engine has their ups and downs and please don't think that one engine is better.
@Acromata5 ай бұрын
@@ADevAura I never said one is better than the other, nor did I say unreal c++ is beginner friendly. I said unity has a more beginner-friendly workflow and unreal is better catered torwards making classes and children
@ADevAura5 ай бұрын
@@Acromata Oh sorry for misunderstanding. You're correct and sorry of my tune was bad, I actually got pissed off with every developer trying to bring down Unity for no reason.
@Acromata5 ай бұрын
All good, unity ain't a bad engine I just like UE
@strangemodul37 ай бұрын
Fantastic tutorial, tahnk you. I appreciate the pacing as well as getting straight into it.
@eliasalerno89423 ай бұрын
You can compile inside of unreal on bottom right cube'ish button, saves you from restarting every time
@Acromata3 ай бұрын
This works, but it is only 90% stable and doesn't work when you edit constructor or .h file. I only use it for small changes
@ephraimjosiahotto4066Ай бұрын
This was honestly really helpful, all the useless courses on Udemy and none of them can do something as simple as this (sad) what's your course details if its out as ild love to get it if it comes with feedback from you and a questions/ interactive page?
@surfacedfox10 ай бұрын
Good information. Don't mind the haters-- the pacing of the video was perfect for if you already know things like BP, how the engine works, etc., which anyone SHOULD know before they start with C++ anyways.
@Acromata10 ай бұрын
That was my intention and I stated that you should know blueprint and unreal engine beforehand, but I guess that isn't how most people start. Thanks 👍
@surfacedfox10 ай бұрын
@@Acromata Yw! I believe there's a lot of beginners who think they can learn making games right off the bat by following tutorials. I know there was one so notorious that they started posting questions on reddit about what they're supposed to google to find a tutorial that'll tell 'em how to do a thing. Geez. There's a serious lack of content for more experienced devs imo, and I'm glad you're doing that.
@ultradude96054 ай бұрын
Finally not some misleading blueprinters mfs, The blueprinters should always give warning that it is for small games not big projects.
@zakaria200623 ай бұрын
I find that learning c++ unreal engine is going to basics , for example understanding polymorphism and interface and template.. most importantly how unreal engine manage memory cause cause garbage collection . Learning basic c++ and make smales games like Mario . And better place to learn also in github by learning from open source project .
@Acromata3 ай бұрын
@@zakaria20062 Unreal C++ is different from normal C++. If you know blueprint you can get into it easier, and it has automatic garbage collection
@venvvs7 ай бұрын
although its a long undertaking maybe you could do an entire series from start to finish like codemonkeys unity course. its approx 10 hours long
@Xenthera9 ай бұрын
It’s comical you restart the entirety of unreal just to recompile your code.
@Acromata9 ай бұрын
I agree lmao, but you get used to it as long as you have a fast PC
@sir.niklas20907 ай бұрын
Live Code I'd finicky but if it does break no resart!
@nawhz629210 ай бұрын
why manually code instead of using blueprints?
@Acromata10 ай бұрын
I'm naturally a programmer, i did programming before I did unreal engine so creating systems is much easier and quicker for me in C++ than blueprint. It's just a personal preference that my brain works with better
@nawhz629210 ай бұрын
@@Acromata thx for replying. Good luck bro
@velha299910 ай бұрын
i think, im newbie, i started learning C++ and unreal engine about month ago, but using both is good choice for optimization? I heard that if u make game fully with blueprints it can affect a performance in ur game at the end. Correct me if im wrong about this.
@Acromata10 ай бұрын
Blueprint is slower, however if you're an indie developer, you probably won't notice it. Several Indie games such as choo choo charles is made entirely in blueprint. But if you're making a big AAA game, you're gonna need to use some C++.
@sir.niklas20907 ай бұрын
Blueprints give access to 95% CPP 100%, also nide names are annoying..
@fray98910 ай бұрын
This is way too fast and edited in a way thats hard to follow. The on-screen text is too fast also. Definitely not the easiest way to learn. You're making a tutorial about something that requires attention and understanding. Why are you rushing?
@Acromata10 ай бұрын
Yeah, I only had a short time and had to rush this, my other tutorials will definitely be slowed down to make it easy
@Mehrdad9957 ай бұрын
Recompiling the whole engine every time you create a class! That's very smart and efficient.
@Acromata7 ай бұрын
if only it were quicker but it'll do
@mattg65503 ай бұрын
How do you feel about Rider for Unreal?
@Acromata3 ай бұрын
@@mattg6550 I heard it has some extra features when it comes to using UE, but i think visual studio is perfectly fine and rider isn't worth paying for
@sunriseeuw736324 күн бұрын
Never use live coding if you dont know how it entirely works or u fk up alot....
@polymerr6 ай бұрын
May i ask, what theme do you use? It looks nice on the eyes.
@Acromata6 ай бұрын
@@polymerr "Material Theme" by virtual generation
@polymerr6 ай бұрын
@@Acromata Thank you
@AhmedSiddique-nm2lp8 ай бұрын
Good Tutorial keep up the good work Although i cannot edit position of Camera even with UPROPERTY im using 5.4 is something changed in it or im at a mistake ?
@Acromata8 ай бұрын
Is it UPROPERTY(VisibleAnywhere)
@AhmedSiddique-nm2lp8 ай бұрын
@@Acromata yes it was i did a work around i added springArmComponent as parent of the camera and i can move that springArmComponent, thanks for quick reply though :)
@whoknows47286 ай бұрын
And remember there could be some bugs in code, engine could crash, you need to find it, recompile, run. And then again, and again... All the time
@Acromata6 ай бұрын
Tip: if you have code that crashes the engine, use 'Local Windows Debug' and it'll bring you to the code that is causing the issues
@bruceboibeats5 ай бұрын
hi, how did you learn all this code you typed tho, just from watching bunch of vids or trial and error?
@Acromata5 ай бұрын
@@bruceboibeats A mixture of forums, community support, previous coding knowledge and some chatGPT to explain what everything meant
@UnstoppabIeАй бұрын
What's your vs studio theme name? 🤔
@AcromataАй бұрын
It's "Material Theme" on the visual studio marketplace
@UnstoppabIeАй бұрын
@Acromata Thanks!
@alphamineron9 ай бұрын
Description link isn’t working… and also it’d be great if you actually teach proper workflows and best practices in C++ otherwise it’d be same as other stuff on KZbin.
@Acromata9 ай бұрын
the course was cancelled so i can focus more on youtube amd projects first, thanks for interest tho
@srosh2185 ай бұрын
Appreciate it a lot but your keyboard sound and you talking at the same time makes us not hearing what you are saying/explaining. Thank you
@Acromata5 ай бұрын
I'll improve this with future videos, thanks for feedback
@jashwanthem897810 ай бұрын
where do i learn C++? Any recs?
@Acromata10 ай бұрын
I used W3Schools website and SoloLearn mobile app to learn C++, they're good
@jashwanthem897810 ай бұрын
@@Acromata Thanks a lot ❤
@ric82484 ай бұрын
There is a great site called "learncpp" but you need an ad blocker on your browser for that one
@字提官一6 ай бұрын
很好的小白教程
@BardiaJafari-j4h6 ай бұрын
somebody help me there is only C# in my code files
@Acromata6 ай бұрын
@@BardiaJafari-j4h Unreal engine uses some C# files so you might just be looking in the wrong place
@goody83216 ай бұрын
my ears ! 5:03
@Acromata5 ай бұрын
keyboard gets loud sometimes lol, im still expirementing with noise supression
@JosephTheRealOG10 ай бұрын
Don't believe this guy lol he hasn't even published a game to showcase. All he does is yap and rush things to confuse even more. A wise man said only fools rush in!
@Acromata10 ай бұрын
I had to rush because I had things to do, my past and future videos are a lot slower, and you have misinterpreted that saying. I have took feedback and will learn from this
@JohnRiversOfficial2 ай бұрын
No, you skipped steps. Useless video.
@Acromata2 ай бұрын
what steps did i skip? everyone else didn't find anything wrong