Gamepad continues to control editor menus during Mobile PIE session

Tools - Dec 4, 2017

When using a Gamepad, there is an issue where input from the controller continues to control editor menus during Mobile PIE session. This issue does not a appear to be a regression. Versions Tested ...

Skeletal mesh bones cannot be selected in the viewport of the IK Retargeter

UE - Anim - Rigging - Retargeting - May 2, 2023

Skeletal mesh bones cannot be selected in the viewport of the IK Retargeter. They can still be selected via the bone name hierarchy. Reproduces in the following://UE5/Release-5.1 CL 2390901//UE5/Re ...

Collision Not Working on Dynamically Spawned Objects While Using 'Cook Blueprint Component Data for Faster Instancing at Runtime'

UE - Gameplay - Blueprint - Dec 13, 2016

Dynamically spawned objects' collision does not seem to be working in a packaged game when the Cook Blueprint Component Data for Faster Instancing at Runtime option is enabled. Found in 4.14.1. Un ...

KiteDemo: Bookmark spawn function broken if in Run mode

Docs - Samples - May 4, 2017

While testing in KiteDemo - //UE4/Release-4.16 CL 3420042 in Binary – I found that pressing the bookmark attraction Scene keys (1 - 0) does not work as intended if user is in Run mode. ...

Long delay on iOS Device Output Log can cost loss of logging on some devices

UE - Platform - Mobile - Feb 8, 2019

If the delay to begin printing the log to the window is too long, some of the logging can be thrown out. This issue does not occur with Android Device Output log UPDATE1: The last time I reproduce ...

Unable to apply Materials to the chunks of a Destructible Mesh

UE - Simulation - Physics - Jul 31, 2018

When applying a second material to a Destructible Mesh it does not texture the chunks of the fractured mesh. The chunks remain the same as base color of the Destructible Mesh. This is issue was re ...

C++ Projects Crash in Mac OS 10.11 El Capitan when No Audio Device is Present

UE - Platform - Apple - Dec 22, 2015

This issue has been reported by two different users with very similar circumstances: Both report the editor freezing when trying to compile UE4.10 C++ Projects running Mac OSX 10.11.1 if no audio i ...

Switching a code project created in a source-built Engine to use the binary Engine results in files being deleted from the binary Engine installation

Tools - Nov 18, 2016

If a code project is created in an Engine built from source code, and then it is switched to use a binary Engine installed by the Launcher, building the project in Visual Studio will result in numer ...

Draw debug depth priority oddities

UE - Graphics Features - Feb 18, 2020

Came across a few oddities with draw debug. DrawDebugSolidBox ignores the DepthPriority parameter and appears to always draw in World. In the screenshot the sphere is drawn on top of the mesh, the ...

BlackboardComponent observer can be called for the wrong key

UE - AI - BehaviorTree - Feb 7, 2023

We need to, at least, prevent this by clearing observers when running a new BT using a different blackboard. Must also think that this might affect licensees relying on the current behavior (might h ...