Skip to content
Nazake edited this page Dec 21, 2023 · 1 revision

Gameplay Containers Plugin

Overview

The Gameplay Containers Plugin simplifies the creation of various container types, including inventories, hotbars, and equipment systems.

Features

  • 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.

Installation

  1. Download the plugin from the official repository.
  2. Extract the plugin files into your project's plugins directory.
  3. Enable the plugin in your project settings.

For detailed installation instructions, refer to the Installation Guide.

Usage

Creating an Inventory

UInventoryContainer* MyInventory = NewObject<UInventoryContainer>();
MyInventory->InitializeContainer();
Clone this wiki locally