How to capture ReceivePointDamage Event? C++

I want to capture the ReceivePointDamage event.

First I tried to override the inherited event. But it is not virtual.

Then try to bind it to the delegate

12

But it doesn’t run…

This is my damage type class.

13

And I’m applying the damage like this (using a line trace).

How to do it correctly?
Thank you so much!!

Override these which are virtual

1 Like

You saved my mind… i was becoming crazy trying make it work.
Thank you so much for you help!! :heart:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.