Day 1 of delving into Unreal Engine by Unreal Engine dad

Hi Guys!

I’m a total noob at this but my son is studying Gaming Animation at university and as a casual gamer myself, Witcher 3 being my all-time favourite game, I decided to start exploring Unreal Engine 5 myself.

I have no idea what direction I wish to pursue as of yet but this is it, Day 1 and I’m about to study Unreal Sensei’s Beginner Tutorial.

My X account is the same username, unrealenginedad should anyone wish to follow my progress or give me some tips.

Thanks in advance for any tips!

UA Dad

2 Likes

So, day 1 didn’t go quite as well as expected. I did however manage to download UE 5.1.1 and get an hour into the tutorial by Unreal Sensei.

He did state that C++ isn’t required because Bluerpints can handle most of the work. Is this the case?

Currently downloading Electric Dreams ENV and although beautiful, I’m not sure my 3 years old gaming laptop can handle it.

And on we go!

yes. once you get good enough with bps, is a good idea to start dabbling a bit on cpp.

good luck!

Unreal is huge, so having a clear game dev GOAL now is good (often even essential). So try to pick a specific game idea or genre now if possible and stick with it. Otherwise you may find yourself getting pulled in a 1000 different directions, with 100’s of unfinished game projects that go nowhere. As a former C++ dev, don’t recommend learning game dev C++ (unless the goal is to become an engine programmer). BTW: Recommend Epic-funded ‘Godot’, as its a much simpler much more stable starting point. Here’s why :wink: Good luck!

Best advice?
Dont learn unreal. Learn how things are actually supposed to work. Which means nothing unreal.

Animations in any DCC

Modeling in any DCC

Material shaders with HLSL

Re-work your math and trig in applied examples for game purposes forward vector > point to target, what’s the angle?

Then you should do some “how a scene is built properly” which again means staying away from unreal like if it were the plague.

After that, maybe, you should start looking into the engine you want to know more about. Arguably probably still not a good idea since the 3 tasks above would take a year or so to sink in, and the scene building is also rather complicated.

Yes, you can pick the same stuff up as you try and force the engine to work, but you just learn how to not do things because 90% of what makes the engine work is stuff that will literally see you fired by any developer you work for :laughing:
Epic’s idea of “proper” is shall we say… epic?