Standalone network profiler UI is cut off and unuseable at default DPI scale

UE - Networking - Sep 4, 2020

The network profiler C# exectuable that shipped in 4.25 is not fully useable on either my development machine or my home machine, because part of the UI is cut off below the window no matter how I r ...

Crash when attempting to deform a landscape when Paint Layer has not been used - Assertion failed: !TargetProxy->HasLayersContent() || !InCanUseEditingWeightmap || EditingLayerGUID.IsValid() [LandscapeEdit.cpp Line: 5252]

UE - LD & Modeling - Terrain - Landscape - Sep 9, 2020

The editor crashes when attempting to draw a weight blended texture to the landscape if it hasnt been used on that landscape yet. This crash can be completely avoided if the stone texture is painted ...

Android ETC2 Debug Builds Crash on Startup

UE - Platform - Mobile - Sep 9, 2020

Android apps build with the debug configuration on ETC2 will crash on launch. ...

Editor freezes when searching for blueprints while another search is active and indexing is in progress

UE - Gameplay - Blueprint Editor - Sep 10, 2020

The editor will freeze if the user starts a search for blueprints while a search is already happening during blueprint indexing. ...

Crash occurs when RayTracing.ExcludeDecals is enabled

UE - Graphics Features - Lumen - Sep 16, 2020

The cause of the crash is out-of-range access to the array. ExcludeDecals eliminates the mesh instance to which the decal material is assigned, but it seems that the MeshCommand has been registered ...

Crashing when Google Resonance is used with Soundfield Submix

UE - Audio - Sep 17, 2020

When PIE'ing and stopping PIE with Google Resonance in use, the engine crashes after PIE session ended. Crash appears as a result of the Soundfield Submix's Soundfield Encoding Format being set to ...

Ray traced shadow sample settings greater than 1 cause shadow artifacts

UE - Graphics Features - Lumen - Sep 23, 2020

Alternative you can follow these steps to reproduce 1. Create a new project with ray tracing enabled 2. Activate the groom plugins 3. Import a groom asset into the scene 4. Add any light type to the ...

Blueprint nativization fails using a map type argument as Expose on Spawn

UE - Gameplay - Blueprint - Oct 2, 2020

Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...

Bluerpint nativization failed for calling TMap::Find function of a map container with an enum type key

UE - Gameplay - Blueprint - Oct 2, 2020

Followings are nodes in the repro project. [Image Removed] Here's a generated code of the BPvoid ANewBlueprint_C__pf1010915279::bpf__NewFunction_0__pf() { uint8 bpfv__CallFunc_GetInt_NewParam ...