HTML5 Game stuck at "Loading Engine..."

This error appears to have been from executing code too early on the Player Controller. I had code that ran off of the construction script and it would automatically cause this error.

If I instead, ran it off event begin play with a short delay the error does not happen.