Error handling

May be u need to use FPlatformMisc::SetCrashHandler, im not sure though.
If you want to catch exceptions and continue, forget about it, exceptons must be used only for crashes, otherwise all functions have “return error code” versions if needed.