Overview
You can restrict which items can be placed in specific containers or slots using Gameplay Tags.Use Cases
- Weapon-only slots: Only allow weapons
- Potion belt: Only allow consumables
- Quiver: Only allow arrows
- Reagent bag: Only allow crafting materials
- Armor stands: Only allow armor pieces
Per-Container Restrictions
UseCanItemGoInContainer() to validate items:
C++:
Per-Slot Restrictions
Configure restrictions for individual slots usingFContainerSlotSettings: