M
M
Mazuto2019-08-23 23:21:16
Game development
Mazuto, 2019-08-23 23:21:16

Examples of blueprint games in unreal engine? What are the possibilities?

I searched, but did not find examples of games made without programming, on blueprints in the unreal engine. What are its possibilities? Is it possible to create something more serious clicker without knowledge of c++? With a story, economy, multiplayer? Purely theoretical. For example, a mixture of space rangers, eve online and X3-Reunion.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dollars, 2019-08-23
@dollar

Make it normal without programming game
Even blueprints are essentially, albeit visual, but programming. There you will have the names of variables (properties), their types, including numeric types, the numbers themselves, operations on them, logical operations, branches, etc. Everything is like in programming, only instead of 2 + 2 there will be a visual scheme. In a sense, the text of the program is even easier to write and understand if you get used to it (although it will take a long time to get used to C ++ from scratch).

I
IxeSystem, 2020-04-11
@IxeSystem

It's entirely possible to make a game on Blueprint only. It all depends on the complexity of the projects. The same fortnight is made on 80% of them. The rest are those things that are simply not provided by the engine (I will not say here what exactly they did in c++). For example, I think you can write some Dishonored using Blueprint.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question