-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nyntex edited this page May 27, 2024
·
13 revisions
This is the wiki for all your referencing needs
- Implementing the library into a default C++ project
- Implementing the library into an Unreal Engine project
- Adding And Removing Items
- Sorting
- Filtering
- Moving Items
These are the classes you can access in your project.
Class | Header File | Source File |
---|---|---|
Inventory | Inventory.h | Inventory.cpp |
BaseItem | BaseItem.h | BaseItem.cpp |