1
0
Fork
You've already forked ItemPlus
0
An Item/Inventory system for UE5
  • C++ 96.7%
  • C# 1.8%
  • C 1.5%
2024年10月11日 19:18:35 +00:00
Config Project Upload 2024年10月11日 21:05:06 +02:00
Content Project Upload 2024年10月11日 21:05:06 +02:00
Source/ItemPlus Project Upload 2024年10月11日 21:05:06 +02:00
.gitignore Project Upload 2024年10月11日 21:05:06 +02:00
ItemPlus.uplugin Project Upload 2024年10月11日 21:05:06 +02:00
LICENSE Initial commit 2024年10月11日 18:57:22 +00:00
README.md README.md aktualisiert 2024年10月11日 19:18:35 +00:00

ItemPlus

An very optimized item/inventory system for UE5 written in C++. Despite a few inventory systems alreay out there, I found them all to be rather lacking in complexity and extendability.

Features

  • Multiplayer Support
  • Good performance
  • Easily extendable
  • Complex (Meaning, this system can probably do anything you ever would want an item todo)
  • Example Blueprints (A few example blueprints to see, how you would connect this code to an UI in game)
  • Equip System (An integrated customizable equip system, that bases on the basic inventory)

Setup

  • Copy into YOUR_PROJECT/Plugins
  • Enjoy

If there are some questions just open up an Issue, I check on codeberg pretty much 1-2 times a day atleast.