Asset values change when the Editor is out of focus when using Maya or Web Browser

Tools - Jul 18, 2018

When switching between any open software (Maya, web browser) and UE4 while Simulation is running, sometimes the values change on the asset and it starts to oscilate between <-0.6,0.6> or any other s ...

Capsule Indirect Lighting with ILCQ Volume breaks on Skeletal Meshes when making Sublevel visible not in the current Camera Frustum

UE - Graphics Features - Apr 12, 2017

When using Capsule Indirect Shadows for Skeletal meshes who have their ILCQ set to Volume, and loading a SubLevel with it's actors not within the current camera's view, the indirect lighting is blac ...

Duplicating / Moving (to another level) an actor with a Hierarchical Instanced Static Mesh component causes a crash

UE - Graphics Features - Nov 14, 2016

When you have an actor with a Hierarchical Instanced Static Mesh component that has a Static Mesh set and is populated with at least 1 instance and then duplicate it or move it to another level, it ...

"Combine Meshes" Breaks Material Slot Assignment

Tools - Jan 18, 2017

When importing an FBX with several different meshes and multiple materials with "Combine Meshes" enabled the materials will get assigned to incorrect portions of the mesh. I've included a version o ...

[MetaSounds] - Changing an Input to Modulation Parameter crashes editor due to module load order

UE - Audio - MetaSounds - May 27, 2022

Setting an Input type on Modulation Parameter crashes the editor with:Assertion failed: Pair != nullptr [File:E:\SMoyls_UE5_Release-5.0\Engine\Source\Runtime\Core\Public\Containers\Map.h] [Line: 643 ...

Adding a widget to a grid panel inside the grid panel tick can cause an out-of-bounds error

UE - Editor - UI Systems - Slate - Jan 25, 2021

This is caused by adding an item to a grid panel inside the grid panel iteration loop. The same operation to canvas panel goes well without any errors. The difference is that the array iteration in ...

Enum with "MAX" element at other than the last element removes user defined last element

UE - Foundation - Core - Oct 18, 2019

FNativeClassHeaderGenerator::ExportEnum produces this behavior. If an enum has “MAX” somewhere in the array, it removes last element. I tested my code to fix the issue.// code placeholder bool UE ...

Rapid Memory consumption when adjusting slider value for Blueprint in Details Panel

UE - Graphics Features - May 12, 2016

When a Planar Reflection component has been added to a Blueprint that has adjustable sliders that can be edited via the Details panel that updates the Blueprint via the construction script the memor ...

Emissive material lighting falloff regression in GPU Lightmass

UE - Graphics Features - Sep 12, 2023

Forum user noted that emissive lighting being built with GPU Lightmass is in fact being built, just not around the mesh, but in a larger radius and with reduced strength compared to 5.1.1. They foun ...

BulkData Async loading remains in memory

UE - Foundation - Core - Oct 26, 2016

Gil's new loading path may already walk away from this issue. But here's some thing I tested locally if we want to fix this. A simple way to fix is to simply add BulkDataAsync.Deallocate(); ResetA ...