Ensure will trigger when undo reverts text to default value. "This triggers an ensure because the undo ends up calling SKismetInspector::ShowDetailsForObjects(), which forces the keyboard focus to ...
REGRESSION: Yes, this does not occur in 4.21. This also occurred before CL 58120777, which fixed [Link Removed] Duplicating or Copy/Pasting a component whose name ends in a number does not increme ...
The following code in UPlayerInput::GetChordsForKeyMapping is at fault for this: !(KeyMapping.bAlt || KeyMapping.bCtrl || KeyMapping.bShift || KeyMapping.bCmd || ActionBinding.KeyEvent == EInputEv ...
Came from a UDN: [Link Removed] Proposed fix is to change `FRawInputWindows::ParseInputData` to use this logic instead: ``` ... USHORT BitSize = ValueCapsBuffer[iValue].BitSize; LONG SizeMask ...
When removing already assigned cloth asset from a skeletal mesh it will crash the editor. I was able to reproduce this with the Owen asset from Content Examples, but was unable to get it to work fro ...
When the code for a custom trigger volume is changed and a hot reload is preformed, the green bounds of the volume disappear and the volume can no longer be interacted with. The bounds do not reapp ...
Editor will crash when a skeletal mesh has been added to a level and then reopening the project later if you try and access this level. If you attempt to open the skel meshes in the content browser ...
When a BlueprintImplementableEvent that takes a custom enum as a parameter is overridden in a Blueprint, it will throw a compile error. The compile error states that the event cannot be overridden b ...
Visibility of World Outliner doesn't affect skylight. But it affects other kinds of lights like Point Light, Directional Light. I found that USkyLightComponent::CreateRenderState_Concurrent() doesn ...
From the ticket: In a material instance using the attached master material if A is TRUE and B is FALSE I expect to be able to configure param C in the UI. However param C is shown only when Useswi ...