Strategy

  1. What genres can be used to create a game on the UE4 engine?
  2. Can you create games of any genre?
  3. Is it possible to create a strategy only on blueprints?
  4. Is it possible to create a completely finished game only on blueprints?

My 2c:

  • pretty much anything can be done but the engine is geared towards 3d with a character, some things will more tricky to achieve, some genres are more difficult than others (MMO, simulation)
  • as above
  • yes - it all depends on the scope, skills, dedication and persistence
  • yeah, check out this guy’s @ClockworkOcean profile; also you can nativize
1 Like

If I create a lot of levels with landscapes, I will need to somehow optimize, if so how?
I plan to use a lot of models. For example, do not draw what is outside the view of the game camera.

As above, and Instanced Static Meshes & Hierarchical ISMs. It’s a good idea to learn how these 2 work with culling.