Assertion failed: IsValid() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Templates\SharedPointer.h] [Line: 1113]

Had the same error and crash with UE 5.44 → figured out more or less what caused it. I guess it can multiple different reasons to get this error. In my case: an http-Plugin i used, caused it on “Post call” (so basically calling a website to write something there). The confusing part was: it worked super in editor and crashed in packaged version.