What else can cause "Failed to route BeginPlay"?

I’m getting a very mysterious assertion failure: failed to route BeginPlay. Except that I did route BeginPlay, especially for that actor/component, but also everywhere in my project. Worse, the object that it says failed appears to be working. So I don’t even know what it failed to do.

Try calling Super:: of the beginplay function

1 Like