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 ...

Upgrading project results in loss of game input

UE - Gameplay - Input - Jan 7, 2020

Upgrading a marketplace creator's project to engine version 4.23.1 and above results in loss of (previously) working functionality with game input. ProjectDownload: [Link Removed] Tested in: 4.2 ...

FLowLevelMemTracker::GetTagAmountForTracker with CustomProjectTag returns 0 always

UE - Foundation - Core - May 7, 2020

FLowLevelMemTracker::GetTagAmountForTracker with CustomProjectTag returns 0 always. Because of FLLMTracker::FLLMThreadState::GetFrameStatTotals don't amount to about CustomTags. Following code will ...

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 ...

InstancedStaticMeshes disappear in Shipping builds on mobile when affected by dynamic point lights

UE - Platform - Mobile - Aug 22, 2019

This ticket is to add the safe workaround for 4.23.1, with a more optimal fix coming in 4.24. ...

Crash when generating mip maps for texture

UE - Graphics Features - Dec 23, 2019

Generating mip maps results in crash and seems to duplicated 1x1 mip level. NOTE: The bug was originally reported in 4.23.1, however, for some reason I was able to open the texture in 4.23.1 afte ...

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 ...

"Invalid resource entry creating uniform buffer" when running Vulkan on Mobile

UE - Platform - Mobile - Apr 30, 2019

Android projects in 4.22.1 crash on launch with Vulkan enabled. Did NOT reproduce in 4.23 MAIN at CL 6156332 4.22.1 release CL is the same as a related fix for this ( [Link Removed] )  ...

Blueprints derived from "Editor Utility Actor" are not able to tick in editor when placed in the world

Tools - Sep 11, 2019

Placed Editor Utility Base was recently deprecated and users who require the functionality of ticking in the editor are unable to use "Editor Utility Actor" or "Editor Utility Widget." A couple of u ...

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 ...