Seems like I fixed it. The crash was caused because a child actor BluePrint I was using several times inside these BPs had its root set to “static” instead of “movable”. When I tried to migrate the crash causing BP to an empty project, this error was shown plenty of times in the editor, so I changed this child actor BP root to movable and the crash is now gone.