Generating Lightmap UVs doesn't automaticly switch LightMapCoord Index

Tools - Jul 17, 2015

When Import a meshes then open the staticmesh editor and turn on the "Generate Lightmap UVs" in the Build Settings. Then hit apply button to genereate the Lightmaps. It will generate the Lightmap bu ...

Upgrading Project After Disabling Light PropagationVolume Plugin Causes Crash

UE - Foundation - Cpp Tools - Plugin System - Apr 1, 2016

Attempting to upgrade a project from 4.10 to 4.11, or 4.11 to 4.12 with the LightPropagationVolume plugin disabled causes it to crash. Found in converting a 4.10 project to 4.11, and reproduced con ...

[CrashReport] UE4Editor_Core!FGenericPlatformMemory::OnOutOfMemory() [genericplatformmemory.cpp:161]

UE - Graphics Features - Apr 20, 2017

Based on CrashVisualizer data, crashes of this nature are the 4th most common in the 4.15.1 release. This crash may be expected due to the clear messaging that the system is out-of-memory, but this ...

Soft References resolved at Runtime result in References to Persistent Assets

UE - Gameplay - Aug 23, 2018

It is believed that soft references resolved during runtime, point to the edit time instances of actors instead of the runtime instances. This issue does not reproduce when it is called from an Inp ...

Behavior Tree has missing Service Nodes on project load

UE - AI - Dec 4, 2018

In the project is Behavior Tree that implements some tasks, decorators and services, but for some reason, two of my tasks nodes gets initialized with all the pointers to their services set to null, ...

Certain combined Linear/Angular movements cause Client to freeze for several seconds

UE - Simulation - Physics - May 24, 2019

When using Replicated Movement, certain combined linear/angular movements cause the client to freeze for several seconds and then catch up to the server. This is a regression from 4.21.2 (CL-4753647 ...

Imported TTF fonts rendering unknown glyphs for common characters

Tools - Oct 28, 2019

Imported TTF fonts rendering unknown glyph for previously-working characters such as ' or ! or , or ?. In 4.21 the font was working as expected. User states that custom fonts should be forward-compa ...

Crash after creating a new project

Tools - Apr 29, 2020

User receives a crash at %90 during launch of a newly created project from a fresh install of 4.24.3 and 4.25. The project does not contain any plugins or additional content. Note: User is able to ...

There is no obvious way to disable Auto Exposure in a post process volume

UE - Graphics Features - Jan 31, 2022

There is no easy way to disable auto-exposure on a per-component basis.  This is a big source of confusion for people new to Unreal.  The work around is to set Min and Max Brightness to 1 or set to ...

Behavior of reparenting Component on UE5 is different from UE4

UE - Gameplay - Blueprint Editor - Mar 29, 2022

In UE4, Reparenting the Child Component did not update it on the screen, but the Relative Transform was updated. However, UE5 now retains Relative Transform, so there are on-screen updates. This is ...