Moving or renaming a file in the editor should execute a Perforce move command not a delete+add

Tools - Aug 31, 2016

Moving or renaming a file in the editor erases its perforce history. It should execute a move not a delete + add to fix this ...

Hot reload iteration time regression.

UE - Foundation - Core - Oct 19, 2017

Hot reload iteration times have been crippled ever since CL# 3332960, which was a fix for [Link Removed]. ...

IOS-Shipping memory managentment failed for std::string

UE - Platform - Mobile - Oct 8, 2018

[Image Removed] [Image Removed] [Image Removed] if strip with -x option, it will fix this issue. ...

Movement broken for Top Down template for Clients

Docs - Samples - Jan 7, 2015

There is no way to control the player after creating a new top down project (blueprint or code). This should be fixed by [Link Removed] ...

Creating BlueprintActor from EmptyActor produces an Actor with multiple DefaultSceneRoots

UE - Gameplay - Blueprint - Jan 24, 2020

This does not happen with UE4.22. Maybe related to CL#7462096 and CL#7476283. These are fixes for [Link Removed]. ...

UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered.

UE - Gameplay - Feb 4, 2020

UserDefinedEnum variables in UserDefinedStructs aren't properly updated when the enumerations are reordered. FEnumEditorUtils::BroadcastChanges fixes up Blueprints but not UserDefinedStructs.  ...

TSlateMaterialShaderPSDefault cast error when opening Platform Stats in Lyra's M_UI_Base_BordersAndButtons Material

UE - Rendering Architecture - Materials - Jun 16, 2022

Licensee has provided a potential fix, please see the UDN link. Callstack attached utilised -onethread ...

Load Error with DeferredDependencyLoading

UE - Gameplay - Blueprint Editor - Jun 19, 2022

If re-define the macro USE_CIRCULAR_DEPENDENCY_LOAD_DEFERRING to 0, the component is editable in detail panel. But I'm sure it's not a good fix. ...

Content browser asset import:If importing only one asset, make sure it selected in the content browser

UE - Editor - Content Pipeline - Import and Export - Sep 27, 2022

Selecting the just imported asset will speed up workflow. Fix should be done for legacy and interchange importer ...

FEnhancedActionKeyMapping struct has incorrect comparison results

UE - Gameplay - Input - Nov 11, 2022

The fix for this is to override the  FEnhancedActionKeyMapping::operator== to account for the deep copy that happens on modifiers instead of comparing addresses ...