Some blueprint nodes are noticeably wider

UE - Gameplay - Blueprint Editor - Feb 19, 2021

Certain blueprint nodes are noticeably wider than they were in 4.25, and seem to get excessively wide if the user fills in literal pins on them. This was noticed with the Array Add nodes, but may a ...

Material Layers "swap" location instead of shift downwards.

UE - Rendering Architecture - Materials - Oct 17, 2023

Licensee request for this as it is affecting productivity. Likely requires a method of allowing a user to choose which behaviour they prefer. For reference, the behaviour changed in CL 11684461 to f ...

Crash in WP conversion commandlet on map containing geometry brushes

UE - World Creation - Worldbuilding Tools - World Partition - May 24, 2022

Compiling twice then pressing play/stop after creating a c++ Game Instance causes a crash

UE - Foundation - Cpp Tools - Live Coding - Jan 24, 2022

This is not a regression. After creating a C++ based Game Instance the Editor crashes if you compile twice then play and stop. ...

Collision for bsp stays in level after bsp is deleted

UE - LD & Modeling - Modeling Tools - BSP - Jun 30, 2015

If a bsp brush is deleted from a level, the level has geometry built, and the user presses play then uses the "show collision" console command, the collision for the bsp wlil still appear. This does ...

User cannot undo the automatic changing of Mobility settings

Tools - Sep 12, 2016

When the users causes a component to automatically change its Mobility setting by changing that setting on a parent or child component, undoing that change only affects the manual change caused by t ...

[CrashReport] MetalRHI crash - void FForwardLightingParameters::Set<FRHICommandList, FRHIPixelShader*>

UE - Graphics Features - Jul 20, 2017

This is a common crash affecting Mac users in 4.16. User DescriptionsI tried to build the lighting and it keeps crashingWhenever I attempt to build the project or change the preview rendering to IO ...

OnEditorCameraMoved delegate not firing in the Animation Viewport

UE - Anim - Runtime - Jun 19, 2019

Found in 4.22 CL#6574378 Reproduced in 4.21 CL#4753647, 4.24 Main CL#7062442 The OnEditorCameraMoved delegate does not fire in the Animation Viewport. The example project provided by the user is a ...

Instanced MovieSceneEventParameters does not save updated values upon level load

UE - Anim - Sequencer - Jun 24, 2019

Any instanced Actor with a public MovieSceneEventParameter struct doesn't retain any altered values on level load. Found in 4.22 CL#7053642 Reproduced in 4.21 CL#4753647 , 4.24 Main CL#7173985 ...

Crash on adding elements to a TMap property

Tools - Jul 25, 2019

Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...