Skip to main content

Blueprint Setup

  1. Open your Character Blueprint
  2. Add Component → Hotbar Component
  3. Configure properties, for example:
    • Max Slots: 9
    • Auto Refill Enabled: true
Optionally link to the main inventory in BeginPlay:

C++ Setup