WidgetInteractionComponent Simulate Key Press/Release only works the first time

UE - Platform - XR - Oct 6, 2022

Occurs 3/3 times. Working around this includes closing the menu and reopening it to reset the button(s). The expected behavior is that the user should be able to select Reset Orientation repeatedly ...

Movement corrections occurring while standing still on rotating platforms

UE - Gameplay - Player Movement - Oct 5, 2022

When the player is controlling a Character actor, using the CharacterMovementComponent (CMC), unexpected movement corrections will occur while standing still on a movement base that is rotating. ...

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

Returning the value of a Transform as a String has a missing colon after Scale

UE - Gameplay - Sep 26, 2022

This is NOT a regression. Tested In //UE4/Release-4.27 at CL18319896 Printing an actor's transform as a string returns transform and rotation with a colon, but returns scale without. ...

PoseSearch::GenerateDDCKey is not deterministic between editor restarts

UE - Anim - Gameplay - Sep 16, 2022

we need to investigate why between editor restarts the DDC key generation for the motion matching pose search databases is not deterministic, causing the assets to be rebuilt ...

Electra video playback fails if project or package is under multibyte characters path

Media Framework - Sep 16, 2022

The URL parser encodes the input path to a URL-encoded path even if it is local, so if the path contains unicode characters (such as Japanese Kanji ), the media file cannot be read. Following worka ...

ISM Component in an instanced BP does not take into account changes to NumCustomDataFloats from the BP class

UE - Graphics Features - Sep 16, 2022

PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...

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

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