REGRESSION: Yes, this does not occur in 4.17 When the user dismisses the right-click menu in the Content Browser, any active toasts will suddenly become hidden behind the editor window. Only when ...
There's a bug in UAssetManager::LoadAssetList where the passed in DelegateToCall is not being called in the bShouldUseSynchronousLoad case. This can cause gameplay logic to fail when that bool is tr ...
It should be noted that this issue does not occur if you were to create a new "test widget" (by dragging it from the widget list) every time instead of copying and pasting an existing widget. The i ...
The input paramter is a type of UEdGraphPin. The PinType.PinCategory can be softobject or softclass, and the reference path is saved in a paramter named DefaultValue of UEdGraphPin.The DefaultValue ...
FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it. Found in 4.23 CL#9631420 Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271 ...
Tested in: //UE5/Release-5.1 CL22346211 Crashed with Assertion //UE5/Release-5.0 CL20979098 Crashed with Assertion Crash occurs when a Constant Vector 4 and a Screen Position node are passed into a ...
In the Viewport, enabling Wireframe Mode (ALT+2) along with HDR (EyeAdaptation) Visualization crashes the Editor. I've tested different versions and this issue is not present on 5.0, but it reproduc ...
Adding a Custom Output node to a Material Graph crashes the editor. Also Reproduced in Main Promotable-CL-2581018 [Link Removed] ...
When a graphical mesh is used to create a lower LOD for cloth assets and the Cloth FBX has the APB assigned to the material for the cloth there will be a crash. ...