ScreenPosition is not updating when the viewport is resized. As the viewport is made larger, screen position scales to match this larger area. As the viewport is made smaller, screen position contin ...
Clicking the Add Variable button in a Struct that is referenced as two inputs in a function that is called in an Actor Blueprint's Construction Script causes a crash. This does not occur in the Even ...
Engine.AIControllerClassName is being used in APawn's CDO creation, and if game-side AIController class is indicated it may not be available yet, which results in APawn not having AIControllerClass ...
User reports that in 4.8 in some cases bodies for Static-mobility ISMC instances are not yet initialized when BeginPlay is called. It seems like deferred creation for level streaming should be com ...
Since Data Tables were changed to allow importing from JSON files, this has stopped the Paper2D importers from working. We need the Data Table import to be lower priority than anything else to allo ...
See UDN thread. Can we check HasUserFocusedDescendants() so we don't flush keys when the focus is still inside the viewport? ...
Layout is registered for class 'Texture' but unregistered for class 'Texture2D' ...
There are a couple of warnings that show up in the output log that are dealing with localization when opening up a new project. ...
Built Lighting with Tilemap in ViewportSaved Paper2D Project after editing blueprint graph Building lighting with a non-empty Tilemap causes crash. The editor builds fine with an empty Tilemap howeve ...