BP-exposed UGameplayCamerasSubsystem calls can check-crash the editor

UE - Anim - Sequencer - Mar 30, 2023

Any calls to UGameplayCamerasSubsystem's blueprint-callable functions has the potential to crash the UE editor or a game project by using the wrong PlayerController or calling it at the wrong time. ...

Allow users to keep files they have submitted themselves and still sync forwards

- Mar 30, 2023

UGS displays a prompt if syncing to latest would sync back before changes the user submitted themselves. It would be nice to allow them to keep their own files at least. ...

Duplicated function in BP editor is categorized differently from copy/paste

UE - Gameplay - Blueprint Editor - Mar 30, 2023

From licensee: If I create a function in a Blueprint Interface or Blueprint Function Library and leave it in the Default category, it shows up in the "All Actions for this Blueprint" menu under "Cl ...

Crash when interacting with an Actor containing an Instanced Static Mesh that is in a Locked level

UE - Editor - Workflow Systems - Mar 30, 2023

This is not a regression. Tested in //UE5/Release-5.1 CL23901901 Editor crashes with an assertion after interaction with an Instance Static Mesh component that is in a locked level. This doesn't af ...

HoloLens auto-enabling as a supported platform in 5.1

UE - Platform - XR - Mar 30, 2023

https://udn.unrealengine.com/s/case/5004z00001n9MUWAA2/hololens-cannot-be-permanently-disabled-as-a-target-platform?fromCase=1 They disable hololens as a supported target platform, but it is enab ...

Left thumbstick doesn't trigger as input using CommonUI

UE - Editor - UI Systems - UMG - Mar 28, 2023

https://udn.unrealengine.com/s/question/0D54z00008xo1TpCAI/commonui-left-thumbstick-input-do-not-trigger-onkeydown-properly-even-if-there-isnt-any-navigation-event-being-triggered?fromCase=1 ...

UMovieSceneTrackInstance::GetWorld() does NOT work properly in Editor

UE - Anim - Sequencer - Mar 28, 2023

UMovieSceneTrackInstance::GetWorld() returns nullptr on Editor, so user can't use any function using WorldContext and Subsystem. The following code change may fix this issue UWorld* UMovieSceneTra ...

Incorrect keying when a Transform Origin is applied

UE - Anim - Sequencer - Mar 28, 2023

See steps to repro. Our key recomposition algorithms need to take into consideration the Transform Origin manipulations. ...

Math expression nodes should use CommutativeAssociativeBinaryOperator when applicable

UE - Gameplay - Blueprint Compiler - Mar 27, 2023

Read-only nodes used in math expression should use CommutativeAssociativeBinaryOperator when appropriate. Even though these nodes can't be modified, there is the occasional need to copy these nodes ...