Follow these steps to turn a clean, vanilla character into a combat-ready fighter in less than a minute.


1. Attach the Combat Component

  1. Open your custom Character Blueprint (Player or Enemy).
  2. In the Components panel (top left corner), click the + Add button.
  3. Search for BPC_HandyCombatSystem and add it to your character.

image.png

2. Assign Data Preset

  1. Select the newly added BPC_HandyCombatSystem component.
  2. In the Details panel (right side), locate the configuration data slot.
  3. Assign your pre-configured combat preset data asset (which contains your skills and montages) to it. (Note: You need to create this asset via the custom editor UI first).

image.png

3. Bind Attack Inputs

In your Character Blueprint, hook up your existing input events (e.g., Left Mouse Button, Right Mouse Button, or Gamepad Actions) to drive the actions:

image.png