Crash occur when switching the Ray Tracing shadow function when only shadow is enabled in the Ray Tracing

UE - Graphics Features - Lumen - Sep 16, 2020

According to the licensee, this problem is caused by a variable inconsistency in Cvar. The cause seems to be the difference between the CVar reference when generating RayTracingSceneRHI and the CVa ...

Can not output the log that is "Category=LogActor, Verbosity=log"

UE - Gameplay - Sep 16, 2020

The LogActor is set to "CompileTimeVerbosity=Warning", so it cannot output more than the "Warning" level. ENGINE_API DECLARE_LOG_CATEGORY_EXTERN(LogActor, Log, Warning); Suggest the following  ...

Functions containing Unicode characters break nativization on Clang-hosted target platforms.

UE - Gameplay - Blueprint - Sep 15, 2020

The UHT boilerplate code that's generated from a converted Blueprint class header file generated from a Blueprint class containing one or more function names with non-ASCII characters will fail to c ...

Double quotes in SetupAndroid.bat may cause issues in paths

UE - Platform - Mobile - Sep 15, 2020

There are a few ways to end up with double-quoted paths inside of double quotes, including the case where user path does not already contain any paths. ...

Default UE splash logo appears briefly when launching an application with an alternate launch image on iOS

UE - Platform - Mobile - Sep 15, 2020

Various users have reported seeing the default UE splash logo appear briefly before their custom launch screen appears. This was reported to have been seen in 4.25, and did not occur for users in 4. ...

Crash running construction script after compiling BP function library

UE - Gameplay - Blueprint - Sep 15, 2020

Editor can assert when changing the signature of an editor authored Blueprint Library Function (FuncA) if that function is called from a Blueprint Library Function (FuncB) via an actor's constructio ...

UE4 Scene Crashing upon opening

UE - Foundation - Core - Sep 15, 2020

The user first launched his project and received an error on his HDD and UE4 crash with the default scene. He was able to open the project successfully a second time and opened the "Library Scene" ( ...

Many native-only interfaces incorrectly appear as implementable by blueprints

UE - Gameplay - Blueprint - Sep 14, 2020

Right now, any UINTERFACE that is not marked as CannotImplementInterfaceInBlueprint is shown as implementable in blueprint. If these functions have BlueprintCallable functions or related things then ...

Capture Source not changing in Planar Reflections

UE - Graphics Features - Sep 14, 2020

Changing the Capture Source in Planar Reflections is not working as expected. Without being able to change the source, Post Process Materials are not rendering in the Reflection. Reported in versio ...

Event Dispatcher objects cannot be deleted after the initial graph node is renamed

UE - Gameplay - Sep 14, 2020

Adding an Event Dispatcher to the Level Blueprint and then renaming the initial graph node within that Event Dispatcher prevents deletion from that point forward. Renaming the Event Dispatcher from ...