When the viewport Surface Snapping window has focus and text is entered, it will use the text as search keywords. When the window is closed, the text is not cleared the next time the window is open ...
Adding a dynamic binding and preforming a hot reload sometimes causes the binding to not be registered by class/blueprint instances that already exist in the world. Instances need to be replaced fr ...
There is an issue where scroll boxes inside retainer boxes do not respect scroll box clipping. This issue appears to be a regression. Versions tested: Issue does not occur in 4.17 4.17.2 CL - 36589 ...
Jittering effect with Physics Constraint Actor using Linear Limits. This only seems to affect the Physics Constraint Actor from the Modes panel, with the static mesh starts near the physics constrai ...
In splitscreen, Player 0 view influences reflections for other player views. A user submitted the included test project showing the issue, and I have reproduced on 4.18.3 as well as 4.19.2 (see Spli ...
Services in the Behavior Tree sometimes don't work when the project is first loaded. The Behavior Tree will print a "missing service node" warning and the BT will remain inactive. This was reported ...
This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...
When simulating in Editor, the Skeletal Mesh bone locations are not being passed into simulate if the simulation is being toggled the same frame when the Mesh is being set on a Skeletal Mesh compone ...
If a forward declaration of a class is made in the header file for an Interface class, and no semi-colon is included at the end of the forward declaration line, the build will fail with a confusing ...
Creating an Online Session and transitioning to another map does not work in a Launched Windows game. The transition event does fire but it just resets the players position on the Default map. This ...