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 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 ...
PhysicsBallBP is unable to teleport via a collision volume (with either SetActorLocation or Teleport node). Regression: Error is not present in 4.14.3 but is present in 4.15.P3 Console error descr ...
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 ...
When using an Actor Sequence Component in an actor blueprint, the sequence will not play in Standalone. In the test, a cube was used and was increasing its scale using the sequence. When playing in ...
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 ...