We are facing an issue in Unreal Engine 5.5.4 where clicking the “Login” button in the built-in Quixel Bridge plugin causes the editor to crash with an assertion failure. The error message points to a problem in the FabAuthentication module, specifically at line 305 of FabAuthentication.cpp. The crash log indicates an invalid smart pointer (TSharedPtr) when attempting to log in via the account portal.
Steps to reproduce:
-
Launch Unreal Engine 5.5.4.
-
Open the Quixel Bridge panel (usually via Window > Quixel Megascans).
-
Click the “Login” button.
-
The editor crashes immediately with an assertion failure.