Learn to Code in UE5 - 1 - Programming Basics

  Рет қаралды 59,710

Coqui Games

Coqui Games

Күн бұрын

Пікірлер: 96
@JohnGold137
@JohnGold137 Жыл бұрын
I can't belive this is free. Thank you so much for making this. This is the only tutorial that I have ever walked away with new knowledge.
@CoquiGames
@CoquiGames Жыл бұрын
Thank you!!
@PuffyfishRBX
@PuffyfishRBX 9 ай бұрын
Yeah unlike unities new payment model🙄
@cshainer1
@cshainer1 Жыл бұрын
You are amazing. This tutorial series is one of the best I've ever done and I've ever followed. You are great at breaking things down and giving an overview of the what and why, rather than just the how. Thank you so much for publishing this series. It's absolutely perfect.
@CoquiGames
@CoquiGames Жыл бұрын
Thank you very much for the kind words! I'm really glad its been so helpful :)
@pixel_lust
@pixel_lust Жыл бұрын
man just started video 1 and you already have me motivated and inspired for this whole series. you explain concepts very clearly for a person with very little experience and understanding of coding. thank you so much for your generosity in sharing your knowledge and producing this series.
@CoquiGames
@CoquiGames Жыл бұрын
Glad to hear it! You're very welcome :)
@blacklotussyndicate5740
@blacklotussyndicate5740 6 ай бұрын
I learned more in 15 minutes than I did in every highschool computer class combined, great content! This is exactly the foundation I've been looking for. So many tutorials assume you're at least tech literate and I've just never been able to break the barrier. Thanks for doing this!
@CoquiGames
@CoquiGames 6 ай бұрын
Glad to hear it! That was my intention - to start from the beginning to teach a good foundation :)
@navysnow5618
@navysnow5618 Жыл бұрын
Thank you for making this course here cause I want to do something with my life. I will finish this in under a week minimum or I am going to the gym for 2 hours a day every day until I finish it. I am either gonna come out buffed or learning something.
@CoquiGames
@CoquiGames Жыл бұрын
Glad to hear it! Feel free to come over to Discord if you have any questions or suggestions :)
@eddielonestar7962
@eddielonestar7962 6 ай бұрын
Muchas gracias amigo! Finally, a down to earth course which teaches the proper way. I wish I had searched your channel sooner. I'll be sure to complete this one. So many guys are offering some type of UE5 course, but they fail to explain the foundational basics, which are paramount in the overall development of any project. I've been learning as I go for the last 12 months and have learnt quite a bit, but when typing out blueprints from other KZbinrs, I've missed the reason as to why certain nodes were used. Optimization is so important also. So many ways to do something, but efficiency is key to having a game or project run smoothly. I feel this course will be different. I look forward to this one. Cheers for your efforts.
@fongfs298
@fongfs298 9 ай бұрын
Very Good starting. Clear explaination. The very first Unreal lesson that help me to have a good start. Thank you !
@djh345
@djh345 10 ай бұрын
This is the definition of quality. Such a way to describe everything, every detail needed to grasp the consept fully! i am beyond amazed and super grateful! Without the Why i am unable to learn! #1
@CoquiGames
@CoquiGames 10 ай бұрын
Thank you for the kind words! Really glad you are finding it useful!
@wallacesousuke1433
@wallacesousuke1433 2 ай бұрын
ROFL you're amazing, in this single, tiny video, I finally grasped what's the difference between actors, pawns, character classes, you rock, bro (I wish you had courses on Udemy so I could support you by buying them)
@CoquiGames
@CoquiGames Ай бұрын
Thank you! Glad to hear it! :)
@Incomestreamsurfers
@Incomestreamsurfers 6 ай бұрын
Damn - this is some amazing content. I am going to take inspiration from this channel (completely different niche) Thanks so mcuh for providing this and for giving me some ideas for content
@CoquiGames
@CoquiGames 6 ай бұрын
Np! And hope it goes well on your channel :)
@Horizon800
@Horizon800 5 ай бұрын
I like how you condense the information in an understandable way rather than making a 20-hour tutorial blabbering about nothing and everything. Good job. You are good at this. 😁
@Dan_Gilpin
@Dan_Gilpin 8 ай бұрын
I followed a Unity course a few years ago, the most basic starting examples was to set up classes for a text-based game, and I spent probably 2 days typing out all these different class states out, yet never had any clue about this whole parent/child thing. Decided to give Unreal a go yesterday and glad I came across this course, explains things so much better than another one I've been watching!
@DhrumilDoshi2002
@DhrumilDoshi2002 8 ай бұрын
so when you gave us to try making classes and use inheritance Did you mean like : Aeroplane-Commercial planes-Boeing-Boeing 737 & About the chart part Class(Aeroplane) Description (is an actor) Attributes(Can Fly) Function(Travelling), Class(Commercial) Description (is an actor with specific attributes & Functionallites) Attributes(Can Fly) Function(Can a group of people), Class(Boeing 737) Description (is an actor used for commercial travel) Attributes(Can Fly) Function(can carry 500-600 People). Am I on the same page your feedback will be really helpful and thank you for the tutorials.
@ChaseTheVase
@ChaseTheVase 2 жыл бұрын
In your opinion, how limiting are Blueprints compared to C++? I know Blueprints are extremely powerful but are there instances where Blueprints won't be able to get the job done? How frequent would one run into that issue?
@CoquiGames
@CoquiGames 2 жыл бұрын
There are certainly limits to BPs compared to C++. The two biggest areas will be in cases where you need very high performance at runtime (like complex math calculations or generating an entire procedural world like in Minecraft) and custom solutions to the engine (like custom editors / tools). C++ is also the only way to integrate external libraries with Unreal (maybe ML libraries or other libraries that have C++ bindings). With all that said, Blueprints offer faster iteration than C++, and they are fast enough for most gameplay code (games are mostly GPU-limited nowadays, so your gameplay code is not usually causing the biggest performance impact). AAA studios, including Epic Games, use a combination of both to get the best of both worlds. If you are a beginner, you should start with Blueprints to learn the engine framework. Then once you move on to C++ you will already be familiar with the major systems and APIs and it will be easier to learn at that point :)
@ChaseTheVase
@ChaseTheVase 2 жыл бұрын
@@CoquiGames Thank you for the thorough explanation :) I have a small amount of knowledge of both, so I was actually able to follow your explanation😂
@gamingoverpowered4127
@gamingoverpowered4127 Жыл бұрын
You are amazing this is the second lesson and I've already learnt so much. and I'm glad that i found this video because I've never actually known what to do because these how to videos they show you how to do something but not the fundamentals of how to do it and i always have to come back to the how to video because i don't know how to implement that thing myself. for example they show me how to make a working door that you can click e to open but they just show you how to make the door open in steps but not the fundamentals of each thing but none the less thank so much
@CoquiGames
@CoquiGames Жыл бұрын
Glad to hear it! You are very welcome :)
@ValoFear
@ValoFear Жыл бұрын
bro teaches better then my highschool teacher
@CoquiGames
@CoquiGames Жыл бұрын
Haha glad to hear it :D
@knucklesgb3143
@knucklesgb3143 8 ай бұрын
I'm watching, I'm listening and trying to learn but I just zone out and miss like two or three lines of what is being said, this isn't exclusive to your channel I just can't focus I should clarify that, the video is good, and it's not like a phone distracts me or something I just zone out staring at the screen next thing I know I'm seeing a new table of stuff that's been there for 10 seconds
@AdireetiVlogs
@AdireetiVlogs 6 ай бұрын
Should i know any basic about c++ to understand blueprint or its fine to start blueprint direct without any knowledge about c++ Plz sugest
@mohammadayman9631
@mohammadayman9631 Жыл бұрын
Amazing!!! This is so good for the people who are starting new thanks!!😊
@CoquiGames
@CoquiGames Жыл бұрын
Glad to hear it! :)
@josephmiceli274
@josephmiceli274 8 ай бұрын
Wow. This is pure gold. Thank you for doing this series!
@kimosaber9937
@kimosaber9937 9 ай бұрын
music is a bit distracting, it should be toned down after the intro's over.
@RaviShinde-wu9sj
@RaviShinde-wu9sj 4 ай бұрын
Great video ! i am not from programming background and intermediate user of UE thanks for such a great fundamental which is needed to everyone who learn Bluprint in UE really understandable concept .
@CoquiGames
@CoquiGames 3 ай бұрын
Glad to hear it!
@orifromout8922
@orifromout8922 2 жыл бұрын
Would you recommend this series to someone completely inexperienced in UE5? I've wanted to get into game development after using blender and making models and stuff for a long time I just don't know where the best place to start is. Appreciate any help
@CoquiGames
@CoquiGames 2 жыл бұрын
Yes! Absolutely! This course is designed for complete beginners. The only caveat is that I dont go over general information about the Unreal Engine editor - this course focuses on the coding aspect. I would suggest also looking at courses like "Your First Hour in Unreal" to get familiar with the editor :)
@cgonz8
@cgonz8 Ай бұрын
Hola Coquí - thanks so much for this lesson. Mi primo es un artista de videojuegos y yo quiero aprender a hacer videojuegos con el.
@CoquiGames
@CoquiGames Ай бұрын
Bienvenido! Este es un buen lugar para emperzar a aprender. Cuando termines la clase sigue practicando y no te des por vencido :)
@AvantNovis
@AvantNovis Ай бұрын
Thank you!
@QFGEE
@QFGEE 9 ай бұрын
I wish I'd found this earlier, I did a few tutorials before and kept bashing my head against a wall because I didn't understand the basics.
@CoquiGames
@CoquiGames 9 ай бұрын
Glad you found us :)
@UltimisRBX
@UltimisRBX 10 ай бұрын
Are you gonna do a C++ one aswell?? Just asking to be sure.
@CoquiGames
@CoquiGames 9 ай бұрын
Not for a while as I'm still a beginner / intermediate in C++ so I don't feel comfortable making a course yet. Perhaps once I level up myself :)
@aaronstarling9837
@aaronstarling9837 6 ай бұрын
Amazing brother, thank you so much for making this.
@CoquiGames
@CoquiGames 6 ай бұрын
You're welcome!
@pendingchange3776
@pendingchange3776 10 ай бұрын
i have zero experience with coding like at all but eventualy i will learn no matter how many years it takes
@CoquiGames
@CoquiGames 10 ай бұрын
Yes you will! Keep at it and you'll see that soon everything will start to click :)
@AriqueAyman
@AriqueAyman Ай бұрын
Good Boss....
@itsimperfectgames
@itsimperfectgames 8 ай бұрын
Thank you so much 🙏
@lukamaglaperidze9662
@lukamaglaperidze9662 3 ай бұрын
best course so far omg so much info for free thnx
@CoquiGames
@CoquiGames 3 ай бұрын
You're very welcome!
@rjk1404
@rjk1404 4 ай бұрын
YOU are a hell of a good teacher! ❤️ Thank you so much and keep on this excellent work! 🙏
@Akbartech1
@Akbartech1 11 ай бұрын
i am happy to watch your Learn to Code in UE5 - 1 - Programming Basics..thanks
@JohnWilkinsonTesla
@JohnWilkinsonTesla 8 ай бұрын
Oh thank God. Everything makes so much sense now.
@KiwiHawk-downunder-nz
@KiwiHawk-downunder-nz 2 жыл бұрын
Ka pai
@themax2go
@themax2go 9 ай бұрын
you made a bit of a mistake here, not every code is compiled; scripting (like in ue) is "interpreted" and not "compiled", technically speaking. but i suppose for all sense and purposes, you don't have to get into that much detail, but it's still something i think that's good to convey - or just leave out that part all together, because it's not really relevant for UE5 blueprints
@CoquiGames
@CoquiGames 8 ай бұрын
You are right - Blueprints are interpreted on a VM. However, I felt it was unnecessary detail for this lesson :)
@cake1158
@cake1158 7 ай бұрын
OH MY! This is free! This was absolutely AMAZING! I learned so much! Thank you! Thank you bro!
@CoquiGames
@CoquiGames 7 ай бұрын
So glad to hear it! :)
@danielkvidera4256
@danielkvidera4256 7 ай бұрын
I love it! When I started my way for game developing, I was using an easy programming language, scratch. It's one of the easiest programing languages what was ever been, but if you are trying to make a game like platform game (super mario Bros,Mega man, ...) you need to code your own gravity and collision,and its an 2D engine. After that I started with Godot. And now, I can finnaly start making real games,and You are the best for learning engines like unity and unreal engine.thank you! Daniel Kvídera,Czech republic
@CoquiGames
@CoquiGames 7 ай бұрын
Welcome to Unreal Daniel! Glad you are here :)
@taisleng
@taisleng 10 ай бұрын
I swear you are soooo good at explaining....
@MasoRex415
@MasoRex415 Ай бұрын
parent: gun child: barrel
@CoquiGames
@CoquiGames Ай бұрын
That could work, but think about children being a type of the parent class. So a salmon is a type of fish. A Poodle is a type of dog, which is a type of animal.
@MasoRex415
@MasoRex415 Ай бұрын
@@CoquiGames ok, thank you!
@cathychoi6959
@cathychoi6959 8 ай бұрын
Thanks so much lecture! what a found, this is a hidden gem!
@manicassassin4542
@manicassassin4542 9 ай бұрын
Thank you so much for making this 🙏
@Wessy-wy8oz
@Wessy-wy8oz 6 ай бұрын
I have been conceptualizing a game for about a year from now, and your channel has helped me surpass my fear of coding and Blueprints. Thank you a lot, hope one day you can play my game ^^
@CoquiGames
@CoquiGames 6 ай бұрын
Glad to hear it! And please join our Discord and showcase your game when you are ready - would love to see it :)
@irun1639
@irun1639 10 ай бұрын
I'm new to unreal and I was wondering if your tutorials could translate over to unreal engine 4? Is it the exact same as 5?
@CoquiGames
@CoquiGames 10 ай бұрын
Yup! These principles apply equally to UE4! In fact, you can follow the course with UE4 as everything here is the same (minus the obvious UI differences)
@luarzeraus494
@luarzeraus494 7 ай бұрын
You are a great techer, thank you
@TacoBear_Studios
@TacoBear_Studios 10 ай бұрын
| < Class - Plant < Description - Flower < Attributes - Sunflower < Functionality - Heliotropic | Please give me a thumbs up if this is correct. If I have the understanding of inheritance, I would really appreciate it if I got the concept correctly.
@CoquiGames
@CoquiGames 10 ай бұрын
Yup! That sounds like a good way to create a class hierarchy: Plant -> Flower -> Sunflower. For each class in the above hierarchy you can define attributes (data) and functionality. And each child class will inherit the attributes and functionality from the class above. So Flower will inherit everthing from Plant, for example
@AndersHaalandverby
@AndersHaalandverby 10 ай бұрын
This is by the way exactly how plants and animals are classified. So if you find something in nature, you can ask questions and go down the tree until you have found the classification. Ie does it grow in the ground , does it have leaves, visible seeds etc, this way you can exclude all things that are not sunflower, so it must be a sunflower 😄 A rose , for instance has many things in common with a sunflower,( they are both flowers, for instance) so they are in the same class, but not family etc
@eien_no_hikari
@eien_no_hikari Жыл бұрын
thank you very much!
@shiddonhyuga9252
@shiddonhyuga9252 11 ай бұрын
You are a Legend
@CoquiGames
@CoquiGames 10 ай бұрын
Thank you! :)
@yokahamazgalaxyz6248
@yokahamazgalaxyz6248 Жыл бұрын
Hii, I wanted to say that I'm excited to see your course I just have a question 😅 I'm not a programmer I don't know anything about programming but I'm interested in games and the making of them is it possible to learn and get into this course even if I'm not a programmer ? Thanks again ❤
@CoquiGames
@CoquiGames Жыл бұрын
Yes! This course was made for the complete beginner. If you have programmed before it will help, but its not needed. Please give it a try and dont give up! You will start getting it the more you practice :)
@yokahamazgalaxyz6248
@yokahamazgalaxyz6248 Жыл бұрын
@@CoquiGames of course I'll give it a try thanks alot ❤❤
@popularmusiccorporation7353
@popularmusiccorporation7353 8 ай бұрын
Love this series
@bbossin
@bbossin Жыл бұрын
❤❤❤ Love this!
@djayzoid7
@djayzoid7 Жыл бұрын
Amazing first lesson😁👏🏽
@CoquiGames
@CoquiGames Жыл бұрын
Thank you! Glad to hear it :)
@unrealengine_vn
@unrealengine_vn Жыл бұрын
it's great thank you so much
@CoquiGames
@CoquiGames Жыл бұрын
You are welcome!
@تعلمالبرمجةمنالألفإلىمابعداليا
@تعلمالبرمجةمنالألفإلىمابعداليا Жыл бұрын
Thank You Very Match
@CoquiGames
@CoquiGames Жыл бұрын
You are welcome! Glad you found it useful :)
@YamellMateo
@YamellMateo 2 жыл бұрын
Thank you!
@CoquiGames
@CoquiGames 2 жыл бұрын
You are very welcome!
@denischetyrin6980
@denischetyrin6980 Жыл бұрын
Tnx
@CoquiGames
@CoquiGames Жыл бұрын
You're welcome!
Learn to Code in  UE5 - 2 - Your First Class
14:00
Coqui Games
Рет қаралды 48 М.
Getting into C++ with Unreal Engine - Part1 - Setting up
34:49
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 55 МЛН
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 2 МЛН
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,1 МЛН
How To Make A Game Alone
8:11
Thomas Brush
Рет қаралды 1,1 МЛН
Why I’m switching from Unity to Unreal Engine
9:02
LixianTV
Рет қаралды 1,1 МЛН
The Best Way To Learn Unreal Engine In 2024
8:24
Unreal University
Рет қаралды 136 М.
Learn to Code in UE5 - 5 - The Construction Script
8:47
Coqui Games
Рет қаралды 21 М.
10 Unreal Engine 5 PLUGINS I can't live without!
9:37
Cinecom.net
Рет қаралды 549 М.
Blueprints Vs C++ Which One Should You Use In Unreal Engine 5
9:37
Unreal University
Рет қаралды 19 М.
MetaHuman Animator Tutorial | Unreal Engine 5
14:02
Bad Decisions Studio
Рет қаралды 426 М.
If You Can't Make Games After This Video, Give Up
4:37
Fredyy
Рет қаралды 937 М.
Learn to Code in UE5 - 7 - Code Execution Flow
27:14
Coqui Games
Рет қаралды 18 М.
WORLD BEST MAGIC SECRETS
00:50
MasomkaMagic
Рет қаралды 55 МЛН