#
Tag: inventorycomponent
See all tags.
Introduction • First steps
Adding the component and containers
There are two components, one is the C++ parent and the other is the blueprint child of the C++ component.
Introduction • First steps
Activating the component
Starting the component is very simple, just call AC_Inventory -> StartComponent. The bigger challenge will be deciding when you want to call this...
Introduction
How does the system work?
With how strict the performance requirements were for this plugin, I’ve had to design this inventory system slightly differently from other systems...
Classes and Settings
AC_Inventory
File Location: Source\InventoryFrameworkPlugin\Public\Core\Components\AC_Inventory.h File Location:...