Fatal error Address = 0x0

If you are calling any blueprint functions from any object’s constructor, just comment them out and try again.

My problem was that I was calling my custom blueprint function (BlueprintImplementableEvent) from a object’s constructor, that caused the crash for me.