Filling Vertex Colors does not propogate down to other LODs

Tools - Nov 19, 2018

The original reported behavior called out that filling individual channels did not apply to LODs when LOD Model Painting = False. With changes implemented in 4627582, the initial fill will reach LOD ...

[Sound Submix] - Dry Level of a Submix is calculated differently whether or not there is an effect in the chain

UE - Audio - Submixes - Jan 21, 2021

There is a discrepancy is how the output volume of a submix is calculated when the effect chain is and is not populated. When there is no effect on the submix, the Dry Level adds additional gain to ...

Paper2D performance regression due to TArray resizing

UE - Graphics Features - Aug 16, 2019

We've noticed after upgrading our heavy Paper2D project to 4.22 that tilemap performance has been massively degraded compared to previous versions. After some digging we found out that it's due to a ...

Hang and log spam when making changes to a landscape material with the landscape editor open

UE - LD & Modeling - Terrain - Landscape - Jul 25, 2016

Editor hangs if changes are made to the material which is currently assigned to a landscape while the landscape editor is open. Also spams "LogMaterial: 0.03 seconds spent updating 1 materials, 1 i ...

IOS GPU Hang Error (IOAF code 3) and Crash when rotating to Landscape

UE - Platform - Mobile - Oct 11, 2018

When users rotate to landscape in QAARApp the apple device will encounter a GPU Hang error and crash.Execution of the command buffer was aborted due to an error during execution. Caused GPU Hang Err ...

Crash on map change with non-null values for GPropertyColorationClass and request customizable property coloration color

UE - Editor - Workflow Systems - Aug 7, 2023

This was found by a customer through a UDN, and they offered the fix for it, as well. The basic steps to reproduce the crash are as follows:call GEditor->SetPropertyColorationTarget(...) somewhere i ...

Resetting the Location of an Actor Not Created at 0,0,0 Does Not Reset it to Default

UE - Gameplay - Blueprint - Sep 7, 2016

When attempting to reset the location of an actor blueprint instance that was not created off of an empty actor placed at 0,0,0, the location gets set back to the original location of the empty acto ...

Failure packaging for Android with Configure for deployment to Daydream enabled

UE - Platform - Mobile - Jan 5, 2017

Found on: 4.15 Binary CL-3247232 Unable to package for android when Configure for deployment to Daydream is selected. (Packaging without it enabled succeeds even with the same other settings, but c ...

GoogleVR - Crash opening application on device: FATAL EXCEPTION: MainThread-UE4

UE - Platform - XR - Oct 30, 2018

GoogleVR package for android crashes on startup with the following error:10-30 11:36:52.658: E/AndroidRuntime(12189): FATAL EXCEPTION: MainThread-UE4 10-30 11:36:52.658: E/AndroidRuntime(12189): Pr ...

Blueprints break when implementing a duplicated BP interface along with the original

UE - Gameplay - Blueprint - Mar 1, 2024

When duplicating a blueprint interface, the GraphGuids of the original BP interface's function graphs are unchanged: function graphs across the two BP interfaces now have the same GraphGuid. This is ...