attached video below if you are unsure of repro ...
This happens almost 100% on a MBP/MaxOS, (2.3GHz Quad-Core Processor ,8GB 2133MHz LPDDR3 memory), also happens in a lower frequency on PC/Windows, (nvidia 1080, 64 memory) ...
Reproduced 3/3 times. So far tested with the Chair and Statue from the Blank Template Editor Default level. Error Reads as follows:Assertion failed: IsValid() [File:D:\build\++UE5\Sync\Engine\Source ...
This is a regression from 4.14.3 ...
Access violation - code c0000005 (first/second chance not available) UE4Editor_Engine!UNavMeshRenderingComponent::GatherData() + 18874 bytes [e:\downloads\unrealengine-4.7\unrealengine-4.7\engine\s ...
This is a regression from 4.24.3 CL 11590370 This was discovered when ad-hoc from home I ran into this by running this set up https://docs.unrealengine.com/en-US/Engine/Rendering/Materials/HowTo/Cle ...
Looks like it's a resource state tracking assert issue on the resource. ...
RemoveAfterSecondsLambda in AddTimedDisplay function may access released memory during level transitions. The following workaround works : void UViewportStatsSubsystem::AddTimedDisplay(FText Text, ...
From Licensee: Catching the exception with debugger allowed us to find a list of materials on the hlod mesh on which the error occured and we were then able to link it to one of our meshes causing ...