Breakpoints never triggering and stepping into function fails! Ver - 4.20.3-4369336

I am having a lot of problems getting breakpoints to trigger and stepping into a function on a child actor.

  1. I put breakpoints on an event. It stops - I follow it to an event on a child actor - and press step into - and it doesn’t go into child actor.

  2. I put breakpoints inside the event on the child actor which I know is triggering - but it also doesn’t break. I put a print statement here and it is definitely printing.

I have cleared the filters before doing this and it auto selects the object to debug.

What am I doing wrong here? The breakpoints and debug flow seems flaky.

I appreciate the help in advance.