Installer version limit?

As my title describes, I need to know following things.

  1. Is it possible to write code other than blue print manually in UnrealEngine 4 using the installer version?
  2. Is it possible to develop the complete app/.exe by using the installer version alone?
  3. Also for developing mobile apps, Can I develop the complete app using scripting in Unreal Installer version?

Thanks in advance.

Hey Kevinspawner!

  1. Yes. You can code with C++ with installer version without download Github version of release, but of course you need Visual studio to code.
  2. Yes, you can build your project with installer version.
  3. Yes. As far as I’m aware Tappy Chicken was made by one man with Blueprints only

Great. Thanks.