That was my solution as well. I ended up removing all child actors from my project and putting their functionality directly into the necessary parent classes. It’s an annoying workaround which means I’m duplicating a lot of code, but until we figure this bug out I’m not going anywhere near child actors.