The default scene root of an blueprint actor is not removed after adding a static mesh component via C++ until after restarting the project

UE - Gameplay - Jun 27, 2019

The default scene root of an blueprint actor is not removed after adding a static mesh component via C++ until after restarting the project (or reloading the blueprint asset) Found in 4.22 CL#70536 ...

Triggering a HotReload Compile when Start up is Manual can result in an Editor crash: Assertion failed: GIsHotReload, Trying to recreate class outside of hot reload!

UE - Foundation - Cpp Tools - Hot Reload - Jun 30, 2019

Torrigered when hotreload is performed in a case where code referencing to dll. Crash when restarting from VisualStudio. It didn’t see in 4.21. Workaround:   Delete the Intermediate folder and e ...

Material Parameter Collection Values not Updating in Simulate if "Run Dedicated Server" is Checked

UE - Networking - Jul 15, 2019

Material Parameter Collection Values not Updating if "Run Deadicated Server" is Checked Working as expected in 4.21 CL# 4753647 Found in 4.22 CL# 7053642, 4.23 Preview 1 CL# 7236301, and 4.24 CL# ...

Virtual Texturing causes crash

UE - Graphics Features - Jul 29, 2019

Virtual streaming a 4K texture and setting the max texture size to 2048 causes the engine to crash. Tested in 4.21.2 (CL - 4753547), 4.22.3 (CL - 7053647), 4.23 (CL - 7445012), 4.24(CL - 7646041) ...

Adding Niagara system to a projectile causes a crash

UE - Niagara - Jul 29, 2019

Adding a Niagara system to a BP_Projectile in a C++ First Person Project  and then restarting it causes the editor to crash. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 744 ...

Set Component Tick doesn't work on Cascade Particle Systems

UE - Niagara - Jul 31, 2019

Changing the Component Tick Interval via Blueprints has no effect on Cascade particle system components. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 P3 (CL - 7445012), 4.24 (CL - ...

Switching to very high sample rate audio device on XBox causes crash

UE - Audio - Nov 3, 2022

When switching to an audio device with an unsupportedly high sample rate on XBox, XAudio2System->CreateMasteringVoice will crash. Ideally, it would give a warning instead and swap to the null render ...

"Failed to find object 'Class None'" in project log after creation

UE - Foundation - Core - Nov 17, 2014

Users reported seeing the line "LogUObjectGlobals:Warning: Failed to find object 'Class None.'" in the Output log after creating a project. I was able to confirm in a new blank code project without ...

Execution reroute nodes become wildcard reroute nodes when creating a second reroute node off the same execution pin

UE - Gameplay - Blueprint - Sep 21, 2015

Execution reroute nodes become wildcard reroute nodes when creating a second reroute node off the same execution pin. Note: this does not appear to affect their functionality as execution reroute no ...

Map load stalls in texture streaming code

UE - Graphics Features - Jun 13, 2017

A change was made to AActor.GetComponents which appends the results instead of resetting the output array. This seems to only impact 2 places in the code, and has a big side effect in the texture st ...