Upon exit it appears that some resource is trying to clean itself up after the RHI has been destroyed. Call stack (approximated) looks like: FOpenGLDynamicRHI::InvalidateTextureResourceInCache() ~F ...
// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...
Packaged games are unable to open when Event Driven Loader is disabled. The error message given is: Assertion failed: !Linker->GetSerializeContext() [File:D:\Build\++UE4\Sync\Engine\Source\Runtime\C ...
I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...
Not checking for a property not being supported by audio manager, need to protect it against NULL ...
In raytracing enabled, When loading a sublevel containing landscape with LoadStreamLevel function following error is shown. Assertion failed: Pair != nullptr [Link Removed] [Line: 584] Licensee re ...
This issue has not occurred in previous versions and seems to occur from 4.27. ...
[Link Removed] Some functions to access parameters don't take into account the newly added runtime static switch parameters. It should be straightforward to fix these up: void UMaterialInstance:: ...