Crash when converting a Landscape to a Blueprint Class

UE - LD & Modeling - Terrain - Landscape - Aug 12, 2020

The Editor crashes when attempting to convert a Landscape into a Blueprint Class. Looking back to //UE4/Release-4.24 cl 11590231, this option seems to be unselectable (see attached image), which lea ...

Restored child editor windows have no title

Tools - Aug 3, 2020

Child windows created as part of the editor startup process won't have a title. This happens because the native window hasn't yet been created when we set the title in FTabManager::RestoreArea_Helpe ...

Network profiler crash

UE - Networking - Aug 6, 2020

Running with the -networkprofiler command line argument can crash the server on the first engine tick in FNetworkProfiler::TrackFrameBegin because the file writer archive hasn't been created yet. ...

Creating/Destroying UWorlds rapidly can cause dangling pointers from UAutoDestroySubsystem

UE - Gameplay - Aug 10, 2020

To summarize what I'm seeing there, a bunch of UObjects relating to that world have been destroyed but not all destructed. The UAutoDestroySubsystem pointer is still on the static tickable list, and ...

Cruncher Sharp Double click navigation doesnt work

UE - Foundation - Core - Aug 12, 2020

[Image Removed] [Image Removed] I suspect this came in at 13550642 where I created a more separated data/view model ...

Crash accessing USplineComponent from Niagara while it is being updated on game thread

UE - Niagara - Aug 13, 2020

I was working with a licensee on something unrelated, and ran into this niagara threading crash. It looks like UNiagaraDataInterfaceSpline::SampleSplinePositionByUnitDistance on one of the niagara h ...

OnAudioPlacebackPercentage PlaybackPercentage (float) doesn't take into account "Start Time" from Play or FadeIn nodes

UE - Audio - Aug 17, 2020

PlaybackPercent on the OnAudioPlaybackPercent event does not account for Start Offset from the Play or FadeIn node. Reported and tested in version 4.25.3 (CL-13942748) and version 4.24.3 (CL-115903 ...

Memory leaks at changing lighting scenarios

UE - Rendering Architecture - RHI - Aug 26, 2020

The engine does not free the LevelRenderAssetManagers array elements in FRenderAssetStreamingManager when changing lighting scenarios. Following code can avoid this issue. void FRenderAssetStre ...

Performance Regression in Forward Rendering with most settings off.

UE - Rendering Architecture - RHI - Mar 12, 2020

When rendering with forward rendering, the ComposeSeparateTranslucency call is called even when separate translucency is not enabled. Additionally, Downsample.HalfResolutionSceenColor gets called ev ...

Volumetric Translucent Shadow not showing in game mode

UE - Graphics Features - Sep 8, 2020

Volumetric Translucent Shadow not showing in game mode for versions 4.23-4.25.  Reported and tested in versions 4.25.3(CL 13942748), 4.24.3(CL 11590370), 4.23.1(CL 9631420), 4.22.3(CL 7053642). Wor ...