I've had a long time problem with my mod (UEVR Enhancements) that it crashes whenever the player returns to main menu. The error is an EXCEPTION_ACCESS_VIOLATION on deallocating a WidgetInteraction Component.
I believe this is an upstream engine bug, but it's unlikely the main game or other mods use the WidgetInteraction Component - but my mod relies on it.
To replicate the problem:
- Add an Actor to the Example Mod called "CrashTestActor" and add a "WidgetInteraction" Component to it
- Spawn the Actor in the world (eg; at player pawn location) on load
- Load the game and load into the world
- Exit to main menu
How can I escalate this upstream to try and get it resolved?
Crash details attached.