Multiplayer Spatial Inventory

Fully Replicated Spatial Inventory Management System.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.4
  • 다운로드 유형
    전체 프로젝트
    이 제품은 언리얼 엔진 프로젝트 전체 폴더와 함께 환경 설정 파일, 콘텐츠 파일 및 .uproject 파일을 포함하고 있으며 새로운 프로젝트를 생성할 때 템플릿으로 사용할 수 있습니다.

Documentation: Multiplayer Spatial Inventory - Google Docs

Showcase Video: Multiplayer Spatial Inventory System (youtube.com)

Multiplayer Spatial Inventory is a Fully Replicated Spatial Inventory system built 100% in blueprints. The modular design of the system will allow you to Attach Inventory to any actor to create various Inventories(like Player Inventory, Containers, Markets, etc). You can also have custom items all will be Handled using Data Tables and a couple of premade items and item types are there to make you understand better. Items are using completely separate structures and different data tables. You can easily edit/add your own structure to the system. Blueprints are well organized. Most of the functionalities are within separate Components like World Inventory Manager(Manage interaction with world Inventory), Interaction Component(Handles all Interaction Logics) and so on.

기술적 세부사항

Features:

  • 100% Blueprint
  • Fully Replicated for any Multiplayer Game.
  • Modular design. 
  • Drag and Drop and Rotate to manage space.
  • Equip, Use, Remove and Drop Functionalities available using Enums.
  • Interaction Component to handle Interactions.
  • Equipments Component to handle Equipped Items and Quickslots.
  • Real Time World Inventory Update(if multiple players accessing the inventory at same time) 
  • World Inventory Manager to handle interaction with world Inventory
  • UI Manager to handle all the UI interactions like HUD and Inventory UI
  • Separate data tables and Enums to handle various Selections and Data. 
  • Physics based simple Weapon System(Intended to be replaced completely with your System)
  • Clean, smooth and responsive User Interface.

Number of Blueprints: 40+

Input: Keyboard and Mouse

Network Replicated: Yes

Supported Development Platforms: Windows: Yes

Documentation: Multiplayer Spatial Inventory - Google Docs

Important/Additional Notes: Weapon System used in this is very Basic Physics Based Weapon System. It is supposed to be replaced completely with your own Weapon System.