Merge Actors Tool Simplifies Nanite Meshes

UE - World Creation - Worldbuilding Tools - Merge Actor - May 19, 2023

Tried every combination of LOD Selection Type, Nanite enanbled/disabled, the only way it would seem to get the full number of triangles from the source mesh into the merged mesh is to disable Nanite ...

IME does not work in EditableTextBox in WidgetComponent

UE - Editor - UI Systems - Apr 5, 2024

WidgetComponent controls widgets through VirtualWindow, but VirtualWindow does not have HWND, so IME cannot be enabled. The following workaround enables IME activation. void FSlateEditableTextLay ...

Nanite Meshes appear to glow with Skylight stationary mobility

UE - Graphics Features - Lumen - Oct 31, 2022

[Image Removed][Image Removed] ...

Actor corruption due to Hierarchy broken after load

UE - World Creation - Worldbuilding Tools - World Partition - Apr 25, 2023

We recently hit a situation where some actors would suddenly teleport across the map when they were modified in the editor. We figured out that the AttachParent of some actors got reset on editor l ...

Static, non-replicated actors have different role to dynamically spawned actors

UE - Networking - May 23, 2023

For a non-replicated actor, the expected values for its local and remote roles would be ROLE_Authority and ROLE_None respectively. However, in ULevel::InitializeNetworkActors, ExchangeNetRoles(true) ...

GeometryCollection with StripOnCook and without EnableNanite causes a crash in cooked game

UE - Simulation - Physics - Destruction - Jun 16, 2023

The Strip on Cook option seems to strip even necessary data. ...

HighResScreenshot crashes in windows packaged exe

UE - Rendering Architecture - Mar 22, 2023

FHighResScreenShotConfig::Init() sets the materials only in the Editor, due to a #if WITH_EDITOR block. However, the FViewport class exposes the TakeHighResScreenShot to non-editor builds as well, l ...

Editor becomes unresponsive/freezes when a Geometry Collection is destroyed by a Hit Event while simulating

UE - Simulation - Physics - Destruction - Apr 19, 2023

This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...

Toggle Folder Visibility Inconsistent in Scene Outliner With Search

UE - Editor - Workflow Systems - Apr 20, 2023

In the scene outliner, if you add a folder with one visible actor in it, and filter out some of the actors, users are unable to toggle the visibility of the folder anymore, or they are only able to ...