Particle Bounds Don't Update Correctly After Moving Particle Component Via BP

UE - Graphics Features - Mar 30, 2017

It appears that particle components don't update their bounds correctly when they are moved in a scene. If a particle emitter isn't currently visible at the start of the game it will remain culled. ...

Inaccurate updates to root widget visibility binding

UE - Editor - UI Systems - Apr 6, 2017

Inaccurate updates to root widget visibility binding, so far in my testing, this does not affect the functionality of the binding. Regression: affects 4.13.2, 4.14.3, 4.15.1 binary versions ...

Camera Cut tracks don't work in some packaged code projects

UE - Anim - Sequencer - Apr 10, 2017

Camera Cut tracks don't work in some packaged code projects Regression: YES Working: 3249277 (4.14.3) Broken: 3348071 (4.15.1) Working: 3383544 (4.16 Main) ...

Editor crashed on exporting a skeletal mesh twice after garbage collection occurs

Tools - Sep 21, 2017

Issue was occurring with wildly varying repro steps, after speaking to Jurre and enabling gc.CollectGarbageEveryFrame 1 it was easy to conistenty reproduce this issue. note: I was getting this iss ...

Non-nativized classes that implement a nativized interface class do not get interface methods called when invoked through a Blueprint function library.

UE - Gameplay - Blueprint - Jul 5, 2018

UObjectBaseUtility::GetInterfaceAddress() fails due to an incorrect serialized value of the 'bImplementedByK2' property within the non-nativized class's Interfaces array on save. See support thread ...

HLOD visibility state isn't cleared when changing scene

UE - Graphics Features - Sep 25, 2018

HLOD state is not cleared when moving to a scene without HLOD so primitives may read the state from the old scene and incorrectly cull objects. The safe fix is to clear the HLOD state maps when the ...

Shadows are Heavily Aliased with PCSS Enabled

UE - Graphics Features - Apr 11, 2019

Shadows are exetremely rough and aliased if r.shadow.FilterMethod is set to 1.  Working as expected in 4.21 CL# 4753647  Found in 4.22 CL# 5660361 and 4.23 CL# 5810496 ...

Calling TearOff then Destroy on an actor results in client actor also being destroyed

UE - Networking - Jan 14, 2021

When calling TearOff followed immediately by Destroy, the channel will be closed with the reason that the actor was destroyed, so the actor will be destroyed on the client as well. In the UDN linke ...

[MetaSounds] - Inputs, Outputs, and Variables are not allowing spaces in the member name

UE - Audio - MetaSounds - Oct 27, 2022

UE does not allow to have spacing for array in MetaSound PatchThis occurs in MetaSound Source as well Regression checked and occurs on //UE5/Release-5.1 @ CL 22805038 - P4V Repro Rate : 4/4 ...

PythonScriptPlugin: UE_LOG Format Changed to Unicode after Redirection

UE - Editor - Workflow Systems - Feb 15, 2023

PythonScriptPlugin sets std output mode to _O_BINARY but fails to restore it to the previous state afterwards because cached StdOutMode is already _0_TEXT, hence _setmode returns -1. See PythonScri ...