5.00(15 Ratings)

Simple Inventory System – Unreal Engine 5 Multiplayer (2024)

Create a complete multiplayer first-person shooter from scratch using Unreal Engine 5 Blueprints.

What You'll Learn

  • Learn how to design and program an RPG inventory system for multiplayer games.
  • You'll learn how to easily create inventory categories to sort the items in your inventory.
  • Learn how to create items you can loot and drop from the inventory.
  • You'll learn how to move items around in your inventory.

What I will learn?

  • Learn how to design and program an RPG inventory system for multiplayer games.
  • You'll learn how to easily create inventory categories to sort the items in your inventory.
  • Learn how to create items you can loot and drop from the inventory.
  • You'll learn how to move items around in your inventory.

Course Curriculum

03. Programming the UI

04. Lootable Items

05. Programming the Inventory

06. Looting Items to Inventory

07. Dropping Items from Inventory

08. Moving Inventory Items

Student Ratings & Reviews

5.0
Total 15 Ratings
5
15 Ratings
4
0 Rating
3
0 Rating
2
0 Rating
1
0 Rating
KA
11 months ago
The best teacher, the best courses :D
MM
11 months ago
I have watched various courses on the subject on Youtube and Udemy. This course beats anything I've seen on the subject. The quality and scope are epic. The didactics of the instructor are equally excellent. For anyone looking to get into this topic, this is the course. The price is, for what is offered is just too ridiculous.
GK
11 months ago
The course is the best for teaching you how create an inventory system, this can be said with confidence. I'm looking forward to taking all the other courses as well. I love the fact that every lesson has 4K resolution with clear audio. I enjoy things like this.
LS
11 months ago
I'm an expert games developer and I still learn stuff from this man. Quality information in every single lesson.
AD
11 months ago
Moustafa is the best. Clear and concise, but expands upon necessary topics and explains information in an understandable, practical way. Then shows us the topic in action.
RP
11 months ago
Clear, concise, focused, knowledgeable. Great! Also helped me a lot in the community discord server. Props to you :D
LJ
11 months ago
This is quite likely the best online training I've ever done. The level of detail is perfect, providing enough information to get you productive in all the topics presented, while not overwhelming you with esoteric things you likely won't need. The topics covered are core elements of the system that everyone is going to need to use at some point, so that's another good feature of the course. Finally, the presentation is polished and professional and in my opinion never boring, which is hard to acheive in these kinds of videos.I highly recommend this class and it's predecessor to anyone.
EH
11 months ago
Great course, I've made my own inventory using it. Goal achieved.
AB
11 months ago
This course is very good. The assets are nice and the ideas are challenging, in discord the author is very helpful and some people try their own thing and ask on discord, author always respond.

I'm an experienced programmer and yet I learned a lot about UI and widgets.

The course is totally doable to a beginner to finish it and an expert can start customizing his own anytime using the ideas / assets presented in the course.

Good stuff, no regrets.
BA
11 months ago
I've tried watching many other tutorials and courses on this subject, and you're the only one that actually manages to explain is super well while still keeping it simple. If you're here to make an inventory system, you're lucky that you found this course.
JH
11 months ago
Amazing teacher with easy to follow instructions even for beginners.
BO
11 months ago
Amazing!!!!

Course Curriculum

03. Programming the UI

04. Lootable Items

05. Programming the Inventory

06. Looting Items to Inventory

07. Dropping Items from Inventory

08. Moving Inventory Items

Simple inventory system with multiplayer.

Make a simple inventory system from start to finish in Unreal Engine 5 multiplayer. The inventory made in this course is a multiplayer RPG inventory system similar to Zelda, Maplestory, and Minecraft. We will do that without writing a single line of code thanks to Unreal Engine Blueprint.

This Unreal Engine course requires no previous game development experience. I will guide you through the process step-by-step. Creating an inventory system is crucial in almost every game. It is crucial to know how to set up an easy inventory system as an Unreal Engine developer, as it is a common feature in almost every game.

Whether you are a beginner or an experienced Unreal Engine developer, this course is for everyone who wants to learn how to make a simple inventory system in Unreal Engine 5.

Get started on your simple inventory system today, and let’s not waste any time!

What makes me qualified to teach you?

I am an experienced game developer with nine years of experience. To summarize my work without boring you:

  • I have released a Steam game I directed from start to finish with a team of 8.
  • I have created 11 game development courses with 40,000+ students and an average rating of 4.8+ out of 5 stars.
  • I am currently solo-developing Farmtale 2 from start to finish.
  • I also work as a freelancer on various game projects, specializing in programming, lighting, game optimization, and more.

I am deeply passionate about game development and have made it my full-time job. I would love to teach you everything about Unreal Engine 5 with good game development practices and keep you updated with the latest information.

If you want to learn how to publish a game on Steam, check out the course I have released on the topic.

Make games without coding.

Unreal Engine Blueprint is the powerful Unreal Engine scripting language used in Unreal Engine 5. It allows you to make games without coding. This means that even if you are a beginner, artist, or designer without programming experience, you can easily create your own online game.

Unreal Engine Blueprint is just as powerful as any programming language. If you become proficient in Unreal Engine Blueprint, you won’t need to learn any other language to develop your game.

This course doesn’t require any programming or Unreal Engine experience. We will start with the basics of Unreal Engine Blueprint and gradually move on to developing more complex game mechanics. Doing so will teach you how to develop games from start to finish.

You can start this Unreal Engine course as a beginner and learn step-by-step how to create a simple inventory system from scratch.

Unreal Engine 5 multiplayer.

Getting into online game development in Unreal Engine 5 is very easy. It is similar to the single-player Unreal Engine Blueprint but with an extra step added. When you learn how to make an inventory system, you’ll also learn about Unreal Engine 5 multiplayer. Prior experience is optional, as I will guide you through the basics and advanced concepts of Unreal Engine networking.

Make inventory in games like a pro.

In this course, you’ll learn everything about making an inventory system in Unreal Engine 5. The inventory is done in multiplayer. It’s easy to make mistakes while making a game inventory, which you can see in many indie games. The inventory is either lagging or contains bugs.

Even though it’s a simple inventory system, you will learn complex inventory mechanics during the course. We will make the inventory with optimized code and free from bugs.

You will learn the best programming practices when making the RPG inventory and interaction system. Making the simple inventory system will make you skilled enough to create any RPG-style inventory for your future game projects.

What you will go through in this course.

While learning how to set up an inventory system, you will go through many inventory mechanics you will need for your game projects:

  • Create the inventory UI, including the inventory slots and categories.
  • Learn to design and program inventory in games using Unreal Engine 5 multiplayer.
  • Learn how to move items around correctly in your inventory.
  • Learn how to create stackable items with options to adjust the stack amount.
  • Create different item types such as consumables, food, weapons, and more.
  • Create inventory categories to sort the items correctly.
  • Learn how to loot and drop items from your inventory.
  • Learn to control all inventory and item values, such as item loot amount, item stack size, item inventory icon, and more.

The simple inventory system will teach you everything you need to know about creating an inventory system in Unreal Engine 5.

Take this course and get certified.

Completing the simple inventory system course earns you an Unreal Engine certification. You can use it to strengthen your portfolio as an independent game developer or use it when applying for game development jobs. The Unreal Engine certification can be downloaded and saved locally and is valid indefinitely.

How do you continue when completing the course?

The simple inventory system provides the skills and knowledge to advance toward challenging topics. You can use this RPG style inventory when you create your own online game. For instance, you can use the easy inventory system in the course on learning how to make a Platformer game. You can also use the simple inventory system in the course on how to make a FPS game. If you wish to try out single-player Unreal Engine game development, you can look at how to make a clicker game.

Whatever you decide, it’s important to take more game development courses to further develop your Unreal Engine Blueprint skills. Getting better at game development is all about repetition.

Join our supportive community.

Unreal Engine game development can be a frustrating experience at times. For example, you might need to look for an unchecked box somewhere, leaving you feeling lost for hours. Alternatively, you might require moral support and ideas from fellow game developers like yourself. That’s why we offer live support 24/7 on our community Discord server. You can also join us to chat casually about game development in general or share your work with others. We are always here to help you whenever you need it.

Let’s start with the simple inventory system without any delay. I am looking forward to seeing you in the first lesson. So, let’s begin, and cheers to an exciting learning journey!

Community & Support

We are available on Discord every day to help you with any course-related issues, and the community is always happy to discuss any game development topics!

Author

Course Reviews

5.0
Total 15 Ratings
5
15 Ratings
4
0 Rating
3
0 Rating
2
0 Rating
1
0 Rating
KA
11 months ago
The best teacher, the best courses :D
MM
11 months ago
I have watched various courses on the subject on Youtube and Udemy. This course beats anything I've seen on the subject. The quality and scope are epic. The didactics of the instructor are equally excellent. For anyone looking to get into this topic, this is the course. The price is, for what is offered is just too ridiculous.
GK
11 months ago
The course is the best for teaching you how create an inventory system, this can be said with confidence. I'm looking forward to taking all the other courses as well. I love the fact that every lesson has 4K resolution with clear audio. I enjoy things like this.
LS
11 months ago
I'm an expert games developer and I still learn stuff from this man. Quality information in every single lesson.
AD
11 months ago
Moustafa is the best. Clear and concise, but expands upon necessary topics and explains information in an understandable, practical way. Then shows us the topic in action.
RP
11 months ago
Clear, concise, focused, knowledgeable. Great! Also helped me a lot in the community discord server. Props to you :D
LJ
11 months ago
This is quite likely the best online training I've ever done. The level of detail is perfect, providing enough information to get you productive in all the topics presented, while not overwhelming you with esoteric things you likely won't need. The topics covered are core elements of the system that everyone is going to need to use at some point, so that's another good feature of the course. Finally, the presentation is polished and professional and in my opinion never boring, which is hard to acheive in these kinds of videos.I highly recommend this class and it's predecessor to anyone.
EH
11 months ago
Great course, I've made my own inventory using it. Goal achieved.
AB
11 months ago
This course is very good. The assets are nice and the ideas are challenging, in discord the author is very helpful and some people try their own thing and ask on discord, author always respond.

I'm an experienced programmer and yet I learned a lot about UI and widgets.

The course is totally doable to a beginner to finish it and an expert can start customizing his own anytime using the ideas / assets presented in the course.

Good stuff, no regrets.
BA
11 months ago
I've tried watching many other tutorials and courses on this subject, and you're the only one that actually manages to explain is super well while still keeping it simple. If you're here to make an inventory system, you're lucky that you found this course.
JH
11 months ago
Amazing teacher with easy to follow instructions even for beginners.
BO
11 months ago
Amazing!!!!
5.00(15 Ratings)

Simple Inventory System – Unreal Engine 5 Multiplayer (2024)

Create a complete multiplayer first-person shooter from scratch using Unreal Engine 5 Blueprints.

$19.95 $175.00

14-day money back guarantee

Students Enrolled:

81

Difficulty:

All Levels

Course Duration:

5h 58m

Certificate:

Available

Resolution:

2160p (4K)

Platforms:

PC + Mobile

Access:

Lifetime Access

Updated:

January 25, 2024

Requirements

  • No requirements. Everyone can take this course.

Author