blueprint

Shrinking Damage Indicator

  • Exposure: public
  • UE Version: 5.2

avatar author

KingCold999

November 22, 2023, 5:53 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

  • avatar author

    KingCold999

    November 22, 2023, 5:56 pm

    Requires a canvas, a scale box inside the canvas, and a text box inside the scale box. The text box is the TxtDamage.

    You can spawn it in or add it as a widget component above your enemy. When they take damage, use the SetDamage event. You can hide after a delay.