ResavePackages commandlet with -fixupredirects flag won't update asset references on shared collections

UE - Editor - Content Pipeline - Content Browser - Mar 29, 2018

We currently have two methods of fixing up redirectors: the ResavePackages commandlet and the Fix Up option within the editor. While the editor's option correctly handles collections via FAssetFixUp ...

Editor Drop Down Menus become out of place when moving across a small screen to a larger display

UE - Platform - Apple - Feb 13, 2015

In a Mac environment with where a MacBook Pro 15" retina display is used in combination with a larger 25" display "traditional resolution" the menus will drop down as expected on where the editor is ...

Source Won't Build - UnrealInsightsCLI.cpp References Missing Header

UE - Foundation - Core - May 11, 2020

Line 9 in https://github.com/EpicGames/UnrealEngine/blob/4.25/Engine/Source/Programs/UnrealInsightsCLI/Private/UnrealInsightsCLI.cpp is '#include "TraceServices/SessionService.h" which used to be lo ...

Editor will crash on attempt to load a previously-saved Blueprint asset with a serialized default subobject containing a serialized static array of two or more nested subobject instances.

A crash will result if a Blueprint class that's based on a native C++ class containing two or more nested, explicitly-instanced subobjects referenced by a fixed-size object array property are serial ...

Unreal Studio: Multi User Viewer Template Menu: Next Arrow Bug

UE - Anim - Sequencer - Oct 11, 2018

"There's a bug with the menu where you cant get to the next step (server browser or host) when you have a VR headset plugged and available. The "Next_Btn" button is greyed out on the last step. You ...

Specular reflections break when using Forward Shading

UE - Graphics Features - Sep 3, 2020

Forward Shading under 4.25.3 seems to break something in the Hair shading model. Default Lit seems to behave normally. Reported and tested in 4.25.3(CL 13942748). ...

Deterministic cooking issue caused by ParticleModuleTypeDataGPU

UE - Niagara - Jan 18, 2021

This problem is similar to the following case. [Link Removed] [Link Removed] It seems to have been fixed in 4.16, but the licensee reported it in 4.25. ...

GC Clustering broken for USoundWave assets (crash)

UE - Foundation - Core - Mar 29, 2017

Assert crashes Editor in the GC system during packaging due to USoundWave assets not being configured for GC clustering. Disabling GC clustering in project settings is a workaround, but the fix is ...

World Partition Converter- Soft object pointers to actors kept in scripted sublevels are incorrectly remapped to the main world during in place conversion

UE - World Creation - Worldbuilding Tools - World Partition - Jul 1, 2022

From user:"We have ran into an issue with soft object pointer fixup/remapping with the World Partition converter. If you have a sublevel that contains a level script and an actor that is hard refer ...

Removing a parameter from a blueprint function in a library can cause actor classes calling it to lose their parent or instance data

UE - Gameplay - Blueprint - Oct 4, 2018

Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...