Advertisement

Anyone know a really good place to learn UE4

Started by May 17, 2015 12:34 AM
4 comments, last by Beastinlosers 9 years, 7 months ago

As the title suggest, does anyone know a really good place to learn UE4 using c++ any where?

I am going to ATTEMPT a simple multiplayer FPS in a open world (Before you shoot me down I do have a semi-unique idea that I will try and try to do)

I will be using c++ not the blueprint system

Would like it to be very recent Nov 2014+ (if you can)

Sorry If this post sounds weird

Feel free to move this to the right section

Also I am semi-new to game development but c++ has really clicked with me!

*Edit* I will attempt to make a couple concept games along the way, for example a guy that shoots a gun then have him run around a outdoor world etc

At least I'm trying

I typed ue4 tutorial into Google. The first link was a list of all the tutorials in the official Unreal Engine channel. I'd start there.

https://www.youtube.com/playlist?list=PLZlv_N0_O1gaCL2XjKluO7N2Pmmw9pvhE

Going with an engine is a smart choice. A first person shooter is definitely too much to handle without an engine. With an engine, it's still going to be tough if you're as new as I think you are.

Once you start getting more comfortable with the engine and after you've make some of those simpler concept games. I'd type in ue4 fps tutorial into Google.

- Eck

EckTech Games - Games and Unity Assets I'm working on
Still Flying - My GameDev journal
The Shilwulf Dynasty - Campaign notes for my Rogue Trader RPG

Advertisement

I typed ue4 tutorial into Google. The first link was a list of all the tutorials in the official Unreal Engine channel. I'd start there.

https://www.youtube.com/playlist?list=PLZlv_N0_O1gaCL2XjKluO7N2Pmmw9pvhE

Going with an engine is a smart choice. A first person shooter is definitely too much to handle without an engine. With an engine, it's still going to be tough if you're as new as I think you are.

Once you start getting more comfortable with the engine and after you've make some of those simpler concept games. I'd type in ue4 fps tutorial into Google.

- Eck

Thank you but it focuses more on the blue print system but i will check it out. If anyone can find more tuts I would be welcome to it

At least I'm trying


Thank you but it focuses more on the blue print system

It does, but Blueprint is a fairly fundamental part of the Unreal Engine; to say that you're going to build a game using Unreal without touching the blueprint system is kind of like going swimming but without using your arms.

There are also video tutorials on their channel that walk you through setting up a c++ project, and how c++ interacts with the blueprint system :

https://www.youtube.com/playlist?list=PLZlv_N0_O1gb5xvsc7VM7pfoRAKLuIcFi


Thank you but it focuses more on the blue print system but i will check it out. If anyone can find more tuts I would be welcome to it

Terribly sorry. I searched for ue4 tutorial c++ instead. The top link appears to be a walkthrough of a First Person Shooter like project. Try that...

https://wiki.unrealengine.com/First_Person_Shooter_C%2B%2B_Tutorial

- Eck

EckTech Games - Games and Unity Assets I'm working on
Still Flying - My GameDev journal
The Shilwulf Dynasty - Campaign notes for my Rogue Trader RPG

Thank you!

At least I'm trying

This topic is closed to new replies.

Advertisement