Interface not triggered

The event from interface “Event Begin Damage Trace” is not triggered, any solution on this issue?
I m using UE5.4.4

1 Like

Hey @hongg4392

Put a print string on it, just to double check.

If you get nothing from that, then the reference you’re using to call the interface is not valid. Note that you will not get a ‘none’ error from calling an interface on a null actor reference.