
https://discord.com/invite/6667vpA3qY
Hide and toggle the inventory UI by handling the I key in the inventory widget blueprint, switch to game input, and remove the widget from the viewport.
Create an inventory component as an actor component and attach it to your third person character to centralize inventory logic—like the character movement component.
Learn to implement a money pickup in Unreal Engine 5 by binding begin overlap to an inventory component, using a function and event dispatcher for clean, organized code.
Learn to build a UE5 inventory UI that shows money amounts using widget borders and text, with top and bottom borders, anchors, tint, and a labeled inventory header.
Create modular heart UI in Unreal Engine 5 using user widget blueprints, size boxes, and images to display full, half, and empty hearts and health bar for advanced inventory system.
Design a heart widget that displays empty, half, or full hearts based on a 0 to 1 percent value using a float and brush from texture, updating with pre construct.
Build a dynamic max health and health system inside the inventory component, and render hearts in the health bar based on health and max health.
Master alignments in Unreal Engine 5 UI by copying panels, adjusting positions with anchor points, and using 0.5 alignment to center elements like the adventure log.
Speed up ui creation with copy and paste, duplicate a and b buttons, and adjust positions. Refine inventory ui elements like tabs, grids, eatables, equipping, and the interaction menu.
Implement hover and click effects for Unreal Engine 5 UI tabs, using blueprint event graphs, and manage sort tab colors with linear colors for hover, activated, and not activated states.
Create and populate a data table in the inventory using the item struct, filling name, description, thumbnail, mesh, power, and stack size for items like mighty banana and blizzard rod.
Learn to design a modular inventory system in UE5 by replacing flat data table values with a slot struct, data table row handles, and an enum-based item type.
Learn to detect a picked-up item via hit results, cast to bp item, and extract data such as name, type, and quantity, then return the item, actor, and found flag.
Create a bottom-right interact UI in Unreal Engine 5 to guide players when items are found, displaying an E to pick up prompt and dynamic visibility within the inventory flow.
Fix the add to inventory logic in Unreal Engine 5 by returning a boolean success and destroying items only after successful addition, then handle full stacks by using free slots.
Build a sword inventory slot from scratch in Unreal Engine 5 using BP inventory. Loop through items, match sword names, update quantity, or create a new slot when needed.
Master inventory logic in Unreal Engine 5 by increasing sword quantity when stacking is possible, or creating a new slot when the stack is full, using the data table row.
Copy and paste the shield, drag it to the execution pin, and replace sword references with shield to ensure shields appear in the inventory UI.
Design a quantity badge for inventory slots in unreal engine 5 by overlaying a 35 by 23 size box at the bottom-right, adding a translucent border and centered quantity text.
Hello Everybody, in this course we are going to learn everything that you need to know about creating a advanced dynamic inventory system
we will start with very basic stuff like importing files
then we start with the money management system for the UI
after that we start designing the health bar similar to legends of zelda health bar
next we will learn about the Tab system in unreal engine 5
then we will learn how to pick items up
then we will be creating a dynamic inventory System we learn to work with arrays and structures.
we will also learn about components and why we should use them
we also learn about how to write code in a modular way so it can be reusable within your game.
next we will create item holders and item info widgets so we can hover over a specific item that will give us the information value like power, name, and description.
Then we will also learn how to add a 3d body to our UI
Also we learn how to use and equip items
at the end we learn about drag and drop and how it works completely
we have a very active friendly discord channel that you can join and ask your questions and get help
we have a legend there that is always around and willing to help
so let us begin, and I hope you really enjoy the course This course is for both Beginners and intermediate users so I have tried my best to accommodate everyone in this course, Thank you.