Jump to content

Hello all,

I have been playing around with unreal engine blueprints for about 2 years now and I think I'm starting to understand the basics ( not as many errors on compile ) I was thinking of taking some sort of course on it to learn more what would be the best way to go about it ?

 

Link to comment
https://linustechtips.com/topic/974760-learning-unreal-engine/
Share on other sites

Link to post
Share on other sites

The Unreal Engine YouTube channel has a ton of playlists for tutorials: https://www.youtube.com/user/UnrealDevelopmentKit/playlists

Other than that, the only thing I'd recommend is learning C++ which is used by UE and allows for more robust and manual configuration of the game you'd be developing. The best part is that in UE4 when you choose to use the C++ build method, they still allow you to create blueprints normally and then modify their code on your own if need be.

Link to comment
https://linustechtips.com/topic/974760-learning-unreal-engine/#findComment-11781323
Share on other sites

Link to post
Share on other sites

5 hours ago, HunterAP said:

The Unreal Engine YouTube channel has a ton of playlists for tutorials: https://www.youtube.com/user/UnrealDevelopmentKit/playlists

Other than that, the only thing I'd recommend is learning C++ which is used by UE and allows for more robust and manual configuration of the game you'd be developing. The best part is that in UE4 when you choose to use the C++ build method, they still allow you to create blueprints normally and then modify their code on your own if need be.

if i remember correctly you can export blueprint in c++ 

If it is not broken, let's fix till it is. 

Link to comment
https://linustechtips.com/topic/974760-learning-unreal-engine/#findComment-11781804
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×