How to learn programming with unreal?

Hi,
I have started to program with unreal and already did the First Person Shooter C++ Tutorial.

Now I can’t find more good tutorials.

May someone could give me a tip how to learn programming with unreal and creating games.

I already can program c++ ok and know enough ways to get information about c++
So I’m just looking for Unreal c++ tutorials if someone could help me, I would be really happy : )

And i would althou want to know how long it takes to become good at programing with unreal(I am programing about 4 hours a day).

Thanks for any replays
TobiasAnd I would although want to know how long it takes to become good at programming with unreal (I am programming about 4 hours a day).

Thanks for any replays
Tobias

Hey Tobias-

If you’re looking for other good C++ tutorials, you should take a look at the programming video tutorial series (https://docs.unrealengine.com/latest/INT/Videos/PLZlv_N0_O1gYup-gvJtMsgJqnEB_dGiM4/mSRov77hNR4/index.html ). You can also look at the Shooter Game project from Learn tab of the Launcher. This project is mostly C++ and can be used to understand how the code interacts with the editor/engine.

Cheers

Sorry I forgot to metion I already did this too. : (
So could you please marke this awnser as unawnserd
But thanks a lot for your awnser even if it didn’t helped me : )

Best way to learn anything is to have a project in mind, as long as it’s small enough to be manageable. The more interested you are in your project, the more you’re willing to put up with issues and see it through until it works.

I started with blueprints, after like a month (I didn’t work all day, just I had the time) I had the idea, how unreal works.
After that I started with c++ and searched for the c++ commands and variables I would use in BP.

So I made a small puzzle game in BPs and then translated it in c++

I think i can try it. : )
Maybe it works thanks for your replay.

I didn’t had the idea I although started with blueprints thought I will tested your Idea.
Thanks for your help : )