Blueprint Interface Implemented and Inherited Interface naming is reversed

UE - Gameplay - Blueprint Editor - Nov 4, 2022

Naming for Inherited Interfaces and Implemented Interfaces is reversed in 5.1 and Main. Inherited interfaces act like implemented interfaces, and inherited interfaces appear listed under Implemented ...

Editor crashes after executing the command r.DisplayInternals 1 or r.DisplayInternals = 1

UE - Graphics Features - Nov 2, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL22346211 Editor crashes with an assertion after executing the command r.DisplayInternals 1 or r.DisplayInternals = 1 ...

Shader Complexity viewmode is not displayed correctly in the material editor.

UE - Graphics Features - Nov 2, 2022

Floor is correctly displaying Shader Complexity. ...

Auto-creation of SmartObjectCollection is often undesired

UE - AI - SmartObject - Nov 2, 2022

Right now whenever a new world is created in the editor we automatically spawn a SmartObjectCollection actor for it, regardless of whether there are SmartObjects on the map. The SmartObjectCollectio ...

Fbx scene importer: memory corruption

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

Material Editor: Highlight/Isolate should warn user when using Nanite Mesh

UE - Graphics Features - Nanite - Oct 27, 2022

Editor should visually warn the user that this feature doesn't work with Nanite, or that the Nanite Preview mesh needs to be enabled (or forcibly enable it when they attempt to use this option), oth ...

[MetaSounds] - Inputs, Outputs, and Variables are not allowing spaces in the member name

UE - Audio - MetaSounds - Oct 27, 2022

UE does not allow to have spacing for array in MetaSound PatchThis occurs in MetaSound Source as well Regression checked and occurs on //UE5/Release-5.1 @ CL 22805038 - P4V Repro Rate : 4/4 ...

Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints

UE - World Creation - Worldbuilding Tools - Level Instances - Oct 27, 2022

This is not a regression. Tested in //UE5/Release-5.0 CL 20979098 Building Packed Level Actors causes references to break in the Packed level Actors' Blueprints. Rerunning the Build > Pack Level Ac ...

Mirror Data Table is NOT added SyncMarker automatically when creating

UE - Anim - Runtime - Oct 27, 2022

Mirror Data Table is added rows about Bone, Curve, Notify when creating. But SyncMarker is ignored. The following codes can fix this issue. Engine/Source/Runtime/Engine/Private/Animation/MirrorDa ...