Duplicating a Sequencer causes events from the original sequence to fire when the second Sequencer is ran

UE - Anim - Sequencer - Nov 13, 2018

When using a Sequence that is a duplicate of another, without changing the event names, the duplicate Sequence will still fire off the event from the original even if the values are changed. Changin ...

ABSLOG command fails to parse properly if path includes a ) and does not contain a space

UE - Foundation - Core - Jan 22, 2019

A licensee has reported an issue where using ABSLOG results in some parsing issues with certain characters in path names. In this example, the issue is with ). If the Parse function ends up parsing ...

Virtual textures flicker if physical pool is oversubscribed

UE - Graphics Features - Feb 24, 2021

If a virtual texture physical pool becomes oversubscribed the current behavior is: Log a one time only warning: ''Failed to allocate VT page from pool...' Continue to evict the least recently used t ...

Indirect Lighting Cache causes Flickering on Skeletal Meshes

UE - Graphics Features - Apr 30, 2017

Indirect Lighting Cache is causing the Indirect Lighting for Skeletal Meshes to flicker. I have attempted both ILCQ Volume and Point cache qualities, and it seems Point produces the most exaggerate ...

[CrashReport] UObjectBaseUtility::GetOutermost | FArchiveInvalidateTransientRefs::operator<<

UE - Gameplay - Blueprint - Sep 7, 2017

This is a somewhat common crash affecting users in 4.17. They have not provided any descriptions of their actions when the crash occurred. Source Context 110 /** 111 * Walks up ...

Static mesh's material slot's cast shadow does not require a build of StaticLight

UE - Graphics Features - Dec 7, 2017

If static mesh's material slot's cast shadow is changed, UE4 does not show "LIGHTING NEEDS TO BE REBUILT". I solved it with the following fixes. StaticMeshEditorTools.cpp void FMeshSectionSettin ...

Cannot run any packaged project if "Force all skinned meshes to recompute tangents" has been enabled in an unrelated project

UE - Foundation - Core - Apr 20, 2018

Enabling the "Force all skinned meshes to recompute tangents" sets the value at a Windows user level so that it affects all UE4 projects opened by that user, including unrelated packaged projects. T ...

BuildPlugin command cannot build plugins with platform extensions

UE - Foundation - Cpp Tools - Automation Tool - Jun 17, 2020

It seems like the BuildPlugin command is not copying all the dependencies in the HostProject.  Here are the errors reported by a customer:  DynamicCompilation.RequiresCompilation: Compiling D:\Per ...

Unnecessary files in Perforce Depot

Several unnecessary files seem to have found their way into the Perforce depot and need to be cleaned up. Affected files:Engine/Documentation/Source/Engine/Matinee/HowTo/MHT_3/Images/MHT#_Drag_In_C ...

Foliage experiences odd culling when world origin is changed

UE - Graphics Features - Sep 13, 2017

There is an odd issue occurring when the world origin is changed, changing the world origin causes the foliage to cull in unexpectred ways. The issue can be solved by using the console command "r.Al ...