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. ...
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. ...
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 ...
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 ...
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 ...
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() 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 ...
See steps to repro. Our key recomposition algorithms need to take into consideration the Transform Origin manipulations. ...
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 ...