
Set up a modular Unreal Engine 5 character system by organizing folders, creating game mode and player controller, duplicating a base character, and preparing RPG demo assets for animation integration.
Retarget animations in Unreal Engine 5 by matching pelvis and bone chains, enabling show retarget options, and transferring animations from a source mannequin to a modular character.
Set up a base blueprint item in Unreal Engine 5 with physics, an interaction sphere, and inventory component checks using get component by class and overlap events.
Display collected items by creating a base item and a wood item picker with an inventory id and quantity, powered by a data table and a UI widget.
Create and display an item log for an RPG inventory in Unreal Engine 5 by building a log item display widget that shows icon, name, and quantity.
Learn to add items to the player inventory by fetching item references from data tables, updating the inventory widget, and displaying colored item logs with quantities.
Build an RPG inventory UI in Unreal Engine 5 by creating a centered canvas, a title bar with a close button, and a uniform grid of 64-pixel slots.
Create an Unreal Engine 5 inventory grid with a canvas, middle anchors, borders, and adjustable slot sizes; add a tab input to open the main inventory UI.
Create and toggle the main inventory UI by wrapping it in a canvas, adding to the viewport, and controlling cursor visibility and input mode via the player controller.
Add items to and remove items from the inventory, track stacks and quantity, and find inventory items by name using a for each loop with break.
Fix a bug in the Unreal Engine 5 RPG inventory refactor by adjusting the populate inventory items logic to place items in the correct grid rows and remove padding gaps.
Fixes a ui issue in the Rpg inventory by wrapping the grid in a scroll box, adding item padding, and adjusting margins to remove gaps as items appear.
Explore building an RPG inventory UI in Unreal Engine 5 by designing item cards with category labeling, rarity-based colors, and an interactive hover detail widget.
Explore drag-and-drop inventory management in Unreal Engine 5: implement delete item from inventory via context menu, handle item removal and quantity, and spawn a recoverable item pickup.
Learn to implement drag and drop for an RPG inventory in Unreal Engine 5, enabling dragging the inventory window with the mouse and updating its position.
Equip items on the character by wiring the inventory context menu through an interface and RPG controller. Preview glasses on the head with a mesh picker to visualize equippable gear.
Refactor the RPG inventory system to support equipping and unequipping items through the BPC inventory by introducing an is equipped flag and item index, and update the UI accordingly.
Duplicate legs zero one and jackets, create a legs zero one picker, wire blueprints to manage inventory and equipped items with collision-enabled static mesh in Unreal Engine 5.
Learn to finalize a fully working Unreal Engine 5 RPG inventory system by implementing drag-and-drop, equip and drop rules, and handling equipped items and context menu checks.
Add a delete option to the RPG inventory in Unreal Engine 5, enabling removal from inventory via context menu and confirming can drop logic.
Attach an item actor to the player in Unreal Engine 5, creating a sword item in the RPG inventory, and implement socket-based equip and unequip logic.
Please let me know if there is any particular point i have missed or a new lecture you like to see in this course.
In this course you will learn how to create a unreal engine rpg inventory, where you can equip your modular character with different body parts such as hairs, torso, legs weapons and shield using blueprints, blueprint interface, actor blueprint component for better performace and understanding, also you will be introduced to dynamic objects tnteraction for example how to get items from the floor and have a inventory widget and blueprint component acess and display those items and manage using a context menu this menu will be useful for actions such as how to drop those items back in the world map, delete inventory items, equip and unequip items from the inventory we going to create from scratch the configuration variables for the inventory system using structures, data tables, enumeration complete logic how to find a item, remove, select from the datatable the information, you will learn how to setup a player controller, game instance, player pawn i am goin to teach how setup a modular character body parts using unreal engine free assets, of the source code will be avaliable on my github link for free so if you not sure about the course you can download the entire project.