If there is a sky light in a scene and the viewport is detached and closed prior to saving, the editor will crash when trying to reopen the project. Crash Reporter: 431802 ...
If the user tries to do a line trace by object for an actor component that has a period in it's name (example "static.mesh") it will not return anything if it is called from a custom event that is s ...
If the user changes the tint color of the throbber widget the color of the widget does not appear to change. ...
Added functionality to a blueprint component through code and built the project in VS. After a hot reload, I saved the blueprint and closed the editor. Reopening the editor and the blueprint cause ...
If the MyCharacter blueprint is renamed or moved to a different folder after the project is built in Visual Studios and then the project is saved and the editor shut down, the editor will give a war ...
Setting the brush shape of the root component for a custom volume BP causes the editor to immediately crash. ...
When setup for multiplayer, all players are able to move around and control the camera with the analog sticks but button presses of all controllers only affect player 1. ...
Changing a blueprint component (adding a function, adding inputs, etc) causes REINST errors if PIE is pressed immediately after compiling without compiling all blueprints that are calling the compon ...
If a variable in a blueprint is the same name as a referenced variable from another blueprint, using "find references" on the local variable will return references to both the local and the external ...
If a macro is referencing a custom enum within a struct and compiled after another output pin is removed, an internal compiler error will appear and the blueprint will not compile. ...