Skip to main content

1. Create a Merchant Actor

In Blueprint:
  1. Create new Actor Blueprint (e.g., BP_Merchant_Blacksmith)
  2. Add MerchantComponent
  3. Add InteractableComponent
  4. Add InteractInterface via Class Settings -> Implemented Interfaces
  5. Configure merchant behavior

2. Configure Stock

3. Usage in Blueprints

Opening Merchant UI
Purchasing Items
Selling Items