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

Selected Objects Get Filled With Orange Color (Mac)

UE - Graphics Features - Nov 3, 2016

When selecting actors in the scene they get filled with an orange color rather than the typical orange outline. This is unrelated to the setting "Selection Highlight Intensity" as the bug will sti ...

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

Using Virtual Texture Streaming checkbox in texture editor can break materials

UE - Graphics Features - Feb 24, 2021

A texture can be toggled between virtual texture and regular texture using the Convert to virtual texture/regular texture tool in the texture asset context menu. This updates referencing materials t ...

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

Request for 'Switch on Int' nodes to throw a warning or auto refresh if an execute pin is removed

UE - Gameplay - Blueprint - Nov 17, 2016

Request for 'Switch on Int' nodes to throw a warning or auto refresh if an execute pin is removed. For example: If the 0 pin is deleted, users may not realize the pins will reset back to (0,1,2,3,e ...

Ensure condition failed : loading sublevels containing reflection captures, UpdateAllReflectionCaptures may be called twice

UE - Graphics Features - Apr 1, 2021

If sublevels containing multiple reflection captures are loaded in consecutive ticks and the execution timing of UpdateMaxCubemaps on rendering thread is delayed, UpdateAllReflectionCaptures will be ...

Sequencer crashes when scrubbing characters with sub-anim instances and montage slots

OLD - Anim - Oct 2, 2019

I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...