Instanced Foliage Actor painted on an Actor who is attached to a Parent Actor, does not update transform when Parent is moved.

UE - World Creation - Worldbuilding Tools - Foliage - Dec 2, 2019

Instanced Foilage Actor painted on an Actor who is attached to a Parent Actor, does not update transform when Parent is moved. Note:  The foliage will move if the base actor is moved directly, inde ...

Reroute nodes in blueprints cause visual issues for events when using create event.

UE - Gameplay - Jul 25, 2016

When adding a reroute node between a "create event" node and any "Bind Event to...." node, the combo box list in "Create Event" node will disappear. Workaround: If the "create event" node is first ...

UGameplayAbility::ConfirmTaskByInstanceName() has incorrect code comment

UE - Gameplay - Apr 22, 2020

UGameplayAbility::ConfirmTaskByInstanceName() has an incorrect code comment that was copied and pasted from UGameplayAbility::CancelAbility(). The comment for UGameplayAbility::ConfirmTaskByInstance ...

Lighting channels not working as expected when enabling Ray Tracing Shadow

UE - Graphics Features - Lumen - Oct 13, 2020

Non-Ray Tracing Shadows are only cast from lights on meshes assigned to the same Lighting Channel. When enabling Ray Tracing Shadows this is not the case. Lights will still cast Ray Tracing Shadows ...

Anim sequence in DLC leads to crash in IOS.

UE - Platform - Mobile - May 19, 2020

DLC download is working as expected but opening a map with anim sequence which is located at DLC's pak file will lead to crash in iOS. ...

Memory leak in Test build when moving ISM with UpdateInstanceTransform

UE - Graphics Features - Jul 20, 2020

This leak occurs in Test builds, but not in Development builds. Updating InstancedStaticMesh with UpdateInstancedTransform every frame causes a memory leak. This screenshot was taken using Mempr ...

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 ...

[CrashReport] UE4Editor_Core!FArchive::SerializeCompressed() [archive.cpp:696]

UE - Foundation - Core - Jun 12, 2018

No user comments in crash group 686 // Iterate over all chunks, serialize them into memory and decompress them directly into the destination pointer 687 for( int64 ChunkIndex=0; ...

"Out of video memory" crash when attempting to save many assets with source control enabled

UE - Graphics Features - Sep 25, 2020

This will only repro when connected to source control ...

Crash on Mac on exit.

Media Framework - Aug 17, 2020

A licensee reported trouble with a crash on exit on Mac. They discovered that the file AvfMediaPlayer.cpp, on the function Open there is this piece of code:// Force the AV player to not be able to ...