Game Development Stack Exchange is a question and answer site for professional and independent game developers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I am looking already several hours to find a UE4 tutorial that creates a simple 3D game from scratch, but not using Blueprint. Instead I would like to see complete C++ tutorial. Cannot find any resource! Maybe unreal gurus can help on this? A single link of a game from scratch that is being created using C++ with UE4.

share|improve this question

closed as too broad by Josh Petrie Nov 28 '15 at 15:39

There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question.

    
Is there any specific thing you're looking to do? e.g. Project creation, objects, ai, publishing, etc. – ZEKE Nov 28 '15 at 13:14
    
I want to create space shooter simple game like this one: unity3d.com/learn/tutorials/projects/space-shooter-tutorial without using blueprints. – Narek Nov 28 '15 at 13:23
    
Is there a specific reason why you can't use blueprints? – ZEKE Nov 28 '15 at 13:27
    
@ZEKE They are slow. And I want max control. And I am fluent developer in C++. – Narek Nov 28 '15 at 13:30
    
I'd recommend adding that to your question then; it makes it easier to understand what exactly you're looking for. – ZEKE Nov 28 '15 at 13:34

Browse other questions tagged or ask your own question.