Orient and Scale Retargeting Does Not Work with Skeleton Remapping

UE - Anim - Rigging - Retargeting - Aug 31, 2022

From UDN: "In FBoneContainer::GetRetargetSourceCachedData, the source bones are assumed to relate to the same skeleton as the bone container, which is not the case when using a skeleton remapping t ...

Platform-specific defines not picked up by Intellisense

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 31, 2022

With the way PLATFORM_XSX, PLATFORM_PS5 etc. are defined, it seems intellisense doesn't know about them, because the .vcxproj only references the Win64 version of Definitions.h, and they are defined ...

Diff against Workspace/Diff against Previous version doesn't work with OFPA actors

UE - Gameplay - Aug 30, 2022

UDN reporting this: [Link Removed] ...

Pressing the Add Key button in the details panel does not work with multiple actors selected

UE - Anim - Sequencer - Aug 30, 2022

It looks like adding keys through the details panel only works correctly for the first selected actor in the world outliner. WORKAROUND Auto keying seems to pick up the multiple edits as expecte ...

Material Instance Editor Bug: Vector Parameter Channel Names not showing up in Layer Parameters panel

UE - Rendering Architecture - Materials - Aug 30, 2022

Material Layers do not properly display parameter custom names in the same way that regular materials do.  [Link Removed] ...

Breaking level instances does not adequately fix up actor references

UE - World Creation - Worldbuilding Tools - Level Instances - Aug 29, 2022

Details in link. ...

HighResolutionScreenshot result changed after migration to UE5

UE - Graphics Features - Aug 27, 2022

There was no problem in UE4. It can be fixed on UE5 by the following workaround.console command 'r.Editor.Viewport.MaxRenderingResolution' set 'Realtime off' on viewport  ...

Crash when deleting function referenced by instanced object.

UE - Editor - UI Systems - UMG - Aug 26, 2022

Reloading a Blueprint asset will unnecessarily recompile its dependencies.

UE - Gameplay - Blueprint - Aug 25, 2022

When a Blueprint asset is reloaded, we are currently serializing its CachedDependencies list during the discovery of potential referencers. This can lead to incorrectly treating all dependencies as ...

Crash when dragging and dropping sub-level Actors into HLOD Outliner

UE - World Creation - Worldbuilding Tools - HLOD - Aug 25, 2022

In 4.27.2 a new cluster is created without any problem. ...