blueprint

Burn Random Target (Card or Player)

  • Exposure: public
  • UE Version: 5.4

Nebula_Matrix

June 21, 2025, 2:37 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • Nebula_Matrix

    June 21, 2025, 2:40 pm

    This ability Gets All Cards and Board Players on the board, puts the actors into an array, shuffles the array, and apply burn tag to whichever array is selected.

    The logic to apply damage if tag is present must be added to the 3DCard and BoardPlayer via custom events and implemented interfaces.