Creating "Level Sequence with Shot" with spawnable cameras creates duplicate cameras

UE - Anim - Sequencer - May 31, 2023

This is not a regression as it does occur in //UE5/Release-5.1 @ CL 23901901 Repro Rate: 3/3 times ...

Adding specific map to project crashes editor

UE - Gameplay - Dec 23, 2015

Adding map from user's project, CityofEther.umap, crashes editor upon launch or attempting to open the map. Crashreporter: [Link Removed] ...

Cannot animate properties on Root UMG element.

UE - Editor - UI Systems - Apr 17, 2015

The UI tells me I can do it, but I cannot. Current work-around is to insert an extra element. Not desirable. [image: Inline image 1] ...

Game does not exit when exited through SteamVR UI

UE - Platform - XR - Oct 13, 2016

Previously the game would crash (see: [Link Removed]), but the fix now keeps the game running without VR instead. ...

Animation retargeting adversely affects looping animations

OLD - Anim - Nov 21, 2014

Retargeting a skeleton to a looping animation results in the animation skipping at the end of the loop (Appears to miss 1 or 2 frames.) ...

Spatialization is inaccurate on iOS/tvOS

UE - Audio - May 9, 2017

Also occurs in 4.16 Tested on iPhone6S+_4982 OS: 10.2.1 and tvOS 10.2 ...

LandscapeComponent generates incorrect OccluderVertices for software occlusion

UE - LD & Modeling - Terrain - Landscape - Sep 17, 2019

OccluderVertices didn't consider the subsection's transition, so the position of the OcclusderVertices are not correct. I made a fix as follows: [Image Removed] [Image Removed] ...

Mesh Paint Mode Hotkeys Invalid

UE - Editor - Mar 20, 2023

In the Mesh Paint Mode in UE 5.1, the keyboard shortcuts to change the brush (size, falloff, etc) are not working. ...

Volumetric fog rendering gets cut off at the apex for some spot lights when viewed from certain angles

UE - Rendering Architecture - Apr 19, 2023

Fix is found in licensee’s pull request:https://github.com/EpicGames/UnrealEngine/pull/10333/files ...

The Name and Expression for the math node are tied together. Changing one changes the other

UE - Gameplay - Blueprint - Jun 19, 2015

When changing the name of the math expression node it will in turn change the expression. Trying to name the node results in the math being replaced with the new name. This also works in reverse. If ...