-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Nazake edited this page Dec 21, 2023
·
1 revision
The Gameplay Containers Plugin simplifies the creation of various container types, including inventories, hotbars, and equipment systems.
- Container Management: Create and manage dynamic containers during gameplay.
- Inventory Systems: Efficiently manage items, integrate with UI, and implement hotbars.
- Equipment Systems: Equip and unequip items seamlessly.
- Networking Support: Full support for network replication.
- Cross-Platform Compatibility: Windows, Linux, and macOS.
- Download the plugin from the official repository.
- Extract the plugin files into your project's plugins directory.
- Enable the plugin in your project settings.
For detailed installation instructions, refer to the Installation Guide.
UInventoryContainer* MyInventory = NewObject<UInventoryContainer>();
MyInventory->InitializeContainer();