How really learn blueprints?

Hello, I started a week ago studying entire days C++, but I don’t know if it’s worth digging into C ++ a lot, since I’m not a programmer, and I want to use blueprints. But the content of c ++ is broad, many courses and books. As for blueprints, I still haven’t found anything that would really explain from beginning to advanced how to understand blueprints. I took unreal courses online, but they only show the beginning, and it is little to start developing something, I would like suggestions of books, courses or something where I can practice and understand each function, and how to really use it on my own. Watching videos on youtube ends up getting too random for me.

Its so difficult to start, I hope community can help me with ideas on how to learn better.

Ty!

Hello.

I can recommend official “Explore Blueprints” lesson available on :

https://learn.unrealengine.com

This give me some basic ideas.

Best regards,
Yansen.

All tutorials, books and courses will only teach you the basics. If you really want to know blueprints:

  • you must set goals and then find out how to achieve them;
  • explore and experiment.

For example, you came across the DoN node. Now, you must use your imagination and think: “what can I do with this? where can I use this?”. And then try it out.

My view is: All the learning material out there, do not exist to teach you how to do things. You should consider them as showcases: they are only there to show you a few features and aplications.

@Kowalski1978 Yes, already did, its good, but its basic, like@EvilCleric said, these tutorials (at least that I found) its basics.

I want learn more advanced, BUT well explained.

I’m thinking just now if existe a list with many examples of BP, and the most used like iterations such open a door. But this is a “micro” action, in the other hand we need some more “macro” things like how bring characters itens/skills/levels from first level to second level,character progression, history ramification and so on.

At least examples of when and where is nice to use some actions/functions, they have hundreds of thousands, and Idk where is good for start learning that I can move on without recurring to internet help every time.

Its like if a chef put in front of you thousands of ingredients and said: “Now Cook!” But imagine if you are a total ignorant, you will make a dish with only spices!
Some actions are just so specific I think, that I just need know they can exist, but I want learn what is more important.

Another example, I’m a designer and create videos in After Effects, and After Effects have a huge list with so specific effects, that I dont need know one by one, but when i need some very specific I just can search there and I will be ok.

And its a good idea @EntrpriseCustomr explore and dissecate big projects. if you can recommend some pls tell us!

Basically making blueprints is programming. So the statement “Since I am not a programmer I want to use blueprints” does not hold. It’s just another programming language - easier than C++, but it’s programming with classes, loops, data containers, algorithms and so on. So the question is rather “How to learn programming?” and not “How to learn blueprints?”. I’d suggest to learn another programming language, maybe Java what is a bit easier than C++. Or continue with learning C++. You will not have any programming problems with blueprints if you’re familiar with another (object-oriented) language and there are much ressources for learning a programming language.

2 Likes