Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
tano1221
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
大†Shinegumi†大
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
ПΣӨƧӨFƬ
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
ℛeℙ@¢ᴋ€r
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
Engh3
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
ronaldinho424
Unreal Engine 5: Advanced Inventory  System Vote_lcapUnreal Engine 5: Advanced Inventory  System Voting_barUnreal Engine 5: Advanced Inventory  System Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» VideoProc Converter AI 7.5 (x64) Multilingual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 10:03 am por tano1221

» Toontrack EZkeys v2.1.0. (x64)
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 9:51 am por tano1221

» Perfectly Clear Video 4.6.1.2701 (x64) Multilingual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 9:50 am por tano1221

» Perfectly Clear WorkBench 4.6.1.2701 (x64) Multilingual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 9:41 am por tano1221

» WinOLS 4.7 + Manual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 9:31 am por tano1221

» StreamFab 6.2.0.1 (x64) Multilingual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 9:19 am por tano1221

» imobie DroidKit 2.3.2.202410118 (x64) Multilingual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 9:02 am por tano1221

» AnyTrans for iOS 8.9.10.20241018 (x64) Multilingual
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 8:55 am por tano1221

» Working With User Stories
Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 8:18 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Unreal Engine 5: Advanced Inventory System

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 75393
Fecha de inscripción : 20/08/2016

Unreal Engine 5: Advanced Inventory  System Empty
MensajeTema: Unreal Engine 5: Advanced Inventory System   Unreal Engine 5: Advanced Inventory  System EmptyHoy a las 8:14 am

Unreal Engine 5: Advanced Inventory System

Unreal Engine 5: Advanced Inventory  System 99caec31d48fa4634b3985b5ac85beb6

Published 10/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 14.02 GB | Duration: 14h 36m

Learn how to create a replicated inventory system in a multiplayer context using Blueprints only

What you'll learn
Reusable and replicated inventory system: Create a replicated inventory system which can be attached to any Actor(Providing it with its own inventory)
Create an item inspection system allowing the player to inspect items, similar to those systems made in horror games
Learn about advanced programming concepts, such as interfaces and how to use interfaces in your project
You will learn a lot about Blueprints and how to make use of event dispatchers in a multiplayer context
You will learn about inventory design that works in a multiplayer context
Learn how widgets work and how we can use them in the HUD
Learn how to make use of advanced arrays
You will learn how to make use of data structs and data tables and how these can benefit you
We'll create a pickup and drop system for items that works in a multiplayer context
How to use this inventory system on not only the player but other objects as well, such as chests in a multiplayer context
Develop a robust drag-and-drop system that enables players to move items between different inventories and slots in a multiplayer context
Create components such as health component, inventory component and also a data component, which will be used in a multiplayer context
You will learn and understand how replication works and what settings that typically needs to be adjusted.
Learn to creat base class for your items, in which we also make use of interfaces
Requirements
Course is for intermediate unreal users, interested in further enhancing their skills!
Description
In this Unreal Engine 5 course, entirely made with Blueprints, we'll create an advanced inventory system that is fully replicated(Working in multiplayer). We will also create an item inspection system similar to most other horror games.This will also be a great addition to your portfolio! The inventory system is very flexible and it will be able to be used on other items that should have an inventory, such as Chests, Drawers and so on. We'll also add a filter system to the inventory system, allowing you to filter items and show them in the corresponding inventory grid.We will start with basic stuff, such as setting up the project and organizing our work. After that, we will start creating our data tables and structs. Lastly, we will start creating our inventory component and data component as well as health component.We will then start implementing our logic in the inventory component, which can be reused and added to other actors. You can easily expand on this and use this inventory system in your multiplayer games. This is the perfect course for you if you want to learn to do an inventory system that is flexible and can be used in a multiplayer context. The item inspection system will also be a good addition in this project, as we might want to be able to inspect other items before picking them up.The entire project is available for download in: section 1 - project setup, using Unreal 5.4.4
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 Project Setup
Section 2: Structs & Data Tables
Lecture 3 Creating The Structs
Lecture 4 Creating The Data Table
Section 3: Inventory Logic
Lecture 5 Creating The Inventory Component
Lecture 6 Creating The Data Component
Lecture 7 Implementing Data Component
Lecture 8 Implementing Inventory Component - Part 1
Lecture 9 Implementing Inventory Component - Part 2
Lecture 10 Player HUD
Lecture 11 Inventory Slot Widget & Inventory Grid
Lecture 12 Implementing Events in Inventory Slot & Grid Widgets
Lecture 13 Implementing OnInventoryUpdated Event
Lecture 14 Add To Inventory - Part 1
Lecture 15 Add To Inventory - Part 2
Lecture 16 Add To Inventory - Part 3
Lecture 17 Inventory Component - Continued
Lecture 18 Transfer Slots
Section 4: Items
Lecture 19 Getting Assets & Items Blueprints
Lecture 20 Setting up the FPS character
Lecture 21 Padding & Focusable Widgets
Lecture 22 Improved HUD Interaction
Lecture 23
Screenshots
Camera
Lecture 24 Testing to pickup items
Lecture 25 Further improving the inventory
Lecture 26 Another inventory improvement
Section 5: Chest
Lecture 27 Chest Asset
Lecture 28 Designing The Chest Inventory Widget
Lecture 29 Chest Logic
Lecture 30 Showing the chest contents
Section 6: Improving Code & Drag and Drop
Lecture 31 Drag & Drop
Lecture 32 Changes & Upgrades - Part 1
Lecture 33 Changes & Upgrades - Part 2
Lecture 34 Changes & Upgrades - Part 3
Lecture 35 Testing the inventory system
Section 7: Third Person Character & New UI Design
Lecture 36 Third Person Character
Lecture 37 Player Inventory Widget Logic
Lecture 38 Additional Character Logic
Lecture 39 Testing With The New Inventory - Part 1
Lecture 40 Testing With The New Inventory - Part 2
Lecture 41 The Action Bar Widget
Lecture 42 Spawning The ActionBar
Lecture 43 RTT Character Camera
Section 8: Base Class for Items
Lecture 44 Base Item Class
Section 9: Final Changes & Fixes
Lecture 45 Before we start
Lecture 46 Final Changes - Part 1
Lecture 47 Final Changes - Part 2
Lecture 48 Final Changes - Part 3
Lecture 49 Final Changes - Part 4
Lecture 50 Final Changes - Part 5
Lecture 51 Final Changes - Part 6
Section 10: What's next?
Lecture 52 Final words
Intermediate developers that already have some knowledge of Blueprints and Unreal
Screenshots

Unreal Engine 5: Advanced Inventory  System 6c868a59cdc143e393d039ff94125fd5

Say "Thank You"

rapidgator.net:
Código:

https://rapidgator.net/file/45f1d3bf8d2b5901f3044a8eae038569/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part01.rar.html
https://rapidgator.net/file/2ef25f8122f9882bb4475f149bce901e/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part02.rar.html
https://rapidgator.net/file/c4aac194277c4219c7803d1dd3428864/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part03.rar.html
https://rapidgator.net/file/2f3fd18b29dfb8fcc5730a3aaa2cefc6/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part04.rar.html
https://rapidgator.net/file/e8eff6c86325c42568317281ff8aeda1/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part05.rar.html
https://rapidgator.net/file/6e0e4c293863d952d2e4b4c3abd12d97/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part06.rar.html
https://rapidgator.net/file/36377f87ca7f49f35686488f199160e8/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part07.rar.html
https://rapidgator.net/file/86da4fcaae27c5dc00d6cf200d1fd57d/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part08.rar.html
https://rapidgator.net/file/95298460c7e708091587a1e9734e0b7f/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part09.rar.html
https://rapidgator.net/file/b4a76ac03227d8cb34b0d207caca0ce8/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part10.rar.html
https://rapidgator.net/file/b32dcc375306b4a230e0d0e051b6e6d6/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part11.rar.html
https://rapidgator.net/file/a79f8b331c96038e5737f647ca3e34b1/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part12.rar.html
https://rapidgator.net/file/4e4140e8eec125b10f8a563b248e7d78/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part13.rar.html
https://rapidgator.net/file/713acbef53b0f04e32a177a33f685203/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part14.rar.html
https://rapidgator.net/file/83cce07a625dc57b6cd0fb946630e38a/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part15.rar.html

ddownload.com:
Código:

https://ddownload.com/rd3euogss0ta/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part01.rar
https://ddownload.com/4p19qel5hlzq/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part02.rar
https://ddownload.com/kbeff3it33bp/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part03.rar
https://ddownload.com/7u3zp9b5z51a/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part04.rar
https://ddownload.com/igqw7ngno60g/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part05.rar
https://ddownload.com/qmfbta0t23sb/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part06.rar
https://ddownload.com/0kk0rud948jf/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part07.rar
https://ddownload.com/jby5p27eull0/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part08.rar
https://ddownload.com/znqfrzo51rou/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part09.rar
https://ddownload.com/8q3uye710vlx/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part10.rar
https://ddownload.com/293gxpoxp2cw/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part11.rar
https://ddownload.com/kxs65phrkeao/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part12.rar
https://ddownload.com/vqbhydh1dfs5/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part13.rar
https://ddownload.com/c7v1td2xiyuy/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part14.rar
https://ddownload.com/jd9wrn4d0krt/kwavu.Unreal.Engine.5.Advanced.Inventory.System.part15.rar
Volver arriba Ir abajo
 

Unreal Engine 5: Advanced Inventory System

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Unreal Engine 5: Advanced Lobby System
» Unreal Engine 5: Beginner's Course
» Unreal Engine 4 Mark...
» Unreal Engine 4 Mark...
» Unreal Engine 4 Mark...

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-