Migrating a project from UE5.2 to UE5.3.1, there was a difference in the navmesh generated on HISM

UE - AI - Navigation - Oct 24, 2023

HISM is generated by ConstructionScript Actor is placed on the level and navmesh is generated on top of HISM. In UE5.2, the navmesh was generated without splitting on the HISM. In UE5.3, a break occ ...

Creating 3 player splitscreen causes viewport to go black on PIE

UE - Graphics Features - Feb 13, 2015

If a game is set to play with 3 player splitscreen, starting the came will cause the viewport to go completely black. Does not occur with 2/4 players. Does not occur in standalone ...

[UELOC] UE Editor 5.3 Testing - TSR - Not Set for Localization

UE - Graphics Features - Aug 29, 2023

How to Reproduce:Launch UE 5.3 RelTest BSet language in zhCN (or other languages)input 'stat tsr' in command line4.Observe the stat in Viewport Issues: Unloc'd strings Link to the affected string ...

Trying to set/change an element of a fixed-size TAssetPtr array in the Editor results in a crash.

UE - Foundation - Core - Dec 9, 2016

Trying to set the value of an element of a fixed-size TAssetPtr array in the Editor results in the Editor crashing. This did not occur in 4.13. The attached callstack is from debugging the project ...

ContentExamples crashes on Mac Metal when pressing the button for Example 2.3 in UMG.umap

UE - Graphics Features - Jan 19, 2017

When pressing the button for example 2.3 in the UMG map of content examples (Spawns a 3D UMG Widget), the editor crashes. ...

Shader Complexity shows checkerboard screen in Android ES 3.1 render

UE - Platform - Mobile - May 10, 2022

Changing the view mode to Shader Complexity while in Android ES 3.1 preview render will show a black and grey checkerboard in the viewport.  This does not happen in UE 4.27 ...

In the Anim Sequence Editor set a Notify's MontageTickType to be fixed to BranchingPoint if that Notify is a Native Branching Point

UE - Anim - Gameplay - Jun 30, 2023

To avoid confusing users when working with a Native Branching Point Notify set its MontageTickType to be fixed to BranchingPoint.  ...

Runtime Errors appearing in Sequencer if fixed frame rate is set in projects settings

UE - Anim - Sequencer - Apr 12, 2019

This ensure happens only when the Start and End of the sequence is set in the "neigborhood" of the keyframe and only if the project framerate is to be Fixed on 60FPS. If you for example play the who ...

[CrashReport] TOctree<TVolumeLightingSample<3>,FLightVolumeOctreeSemantics>::TConstElementBoxIterator<TInlineAllocator<99,FDefaultAllocator> >

UE - Graphics Features - Oct 5, 2017

This Jira is a continuation of [Link Removed]. This is the same callstack which users are submitting, however the other Jira eventually got specific repro steps which were verified fixed in 4.17.0. ...

Unwanted black boundaries are displayed in a vertical split-screen with 3 players.

UE - Gameplay - Dec 2, 2019

Floating point error from UGameViewportClient::SplitscreenInfo causes this issue. FMath::TruncToInt( 3240 /*ViewportSize*/ * 0.333f/*Ratio in SplitScreenInfo*/ ) = 1079 I suggested a following t ...