Error on Attempting to Save Map Containing Actor Sequence Component

UE - Anim - Sequencer - Sep 28, 2017

colored text+Link to screencast of repro steps: + [Link Removed] -May take some clicking around even between windows -Will not save after this -Does not affect 4.16 ...

Blueprint Android app installers are named *UE4Game*.bat

UE - Platform - Mobile - Jun 4, 2018

In 4.19 blueprint-based apps are named after the project name, but in 4.20 they are all called Install_UE4Game-armv7-es2.bat. This also affects the Uninstall_*.bat ...

Editing sub-components of an instanced blueprint will lose selection of current property value after pressing enter

UE - Gameplay - Jul 24, 2019

Result of pressing enter when editing text in a subcomponent (of an actor that exists in world) has different behavior than elsewhere in the editor. Confirmed in 4.24 MAIN @ CL 7519848 ...

Severe ghosting on animated objects when camera stops moving in sequences when using path tracer

UE - Graphics Features - Lumen - Aug 2, 2019

Pixels seem to stop updating in the path tracer when a camera stops moving in sequence. Old color values from objects that have moved seem to still affect pixels they should not.  ...

VR Mode - Landscape Mode - Flatten tool crash

UE - LD & Modeling - Terrain - Landscape - Sep 25, 2019

Crash will occur when attempting to use Flatten tool on landscape while in VR Editor. Confirmed in 4.24 MAIN @ CL 9084132 Confirmed on Vive and Rift ...

Custom Time Dilation has no effect on Player Camera Manager

UE - Anim - Sequencer - Jun 10, 2020

It seems like setting Custom Time Dilation on the Player Camera Manager does not affect the amount of time it takes to blend between cameras with Set View Target With Blend. ...

Geometry Collection behavior does not change when changed by BP

UE - Simulation - Physics - Destruction - May 2, 2022

Reproduced 6/6 times. This seems to affect all "Set" functions for Geometry Collection Components, such as Setting Object Type from Static to Dynamic, or changing Collision Type. ...

Adding teleport node after AddMovementInput breaks jumping animation

UE - Gameplay - Jun 6, 2016

Calling the teleport node after the Add Movement Input nodes affects movement by preventing the character's capsule from updating, causing the mesh to hit the top of the capsule during the jump anim ...

Get Hit Result Under Finger by Channel appears to return the wrong location on MAC during PIE

UE - Platform - Apple - May 11, 2018

The location give by the Get hit result under finger by channel appears to be affected by screen size on Mac. When clicking an area in the level, it does not always return the area under the finger ...

Adding a Pass By-Reference input parameter to an event dispatcher is allowed, but causes a warning when called.

UE - Gameplay - Blueprint - Nov 19, 2018

You can add a pass-by-reference input variable to an Event Dispatcher, but it will will result in compile warnings, and changes to that input will not affect the value of the variable in the caller. ...