Landscape Components incorrectly list size in cm in detail's pane. The transform values are listed as cm, but should either be meters or shown as the correct scale. The cm scale appears correctly wh ...
LuaScriptCodeGenerator.cpp line 82 (https://github.com/EpicGames/UnrealEngine/blob/4.11/Engine/Plugins/ScriptPlugin/Source/ScriptGeneratorPlugin/Private/LuaScriptCodeGenerator.cpp#L82) sets a FStrin ...
Asset selection menu tooltips can overlap the dropdown menu. It is using the Content Browser tooltips, which attempt to go down and to the right of the menu. However, if the menu is close enough t ...
As of 4.9 Dynamic Indirect Lighting with Light Propagation Volumes should be supported for Spot Lights. This does not appear to be the case for several versions that I could see. Using the methods o ...
When testing networked multiplayer with two controllers, if the server window (editor) has focus, controller 1 controls the server character and controller 2 controls the client character. If the c ...
The tooltip text describes the Damage Causer of Radial Damage with Falloff differently than the Damage Causer for Radial Damage nodes. These should be the same. Regression (no) issue (does) occur ...
Modulated shadows are pretty broken on tegra4. see screenshot. ...
When using the Orthographic Camera view (such as that used with the Paper2D Template) any lights that are distant from the world origin will start to fade out as if they are being culled. The distan ...
Copying and pasting behavior tree nodes reverses the order of any decorators on the node. Found in 4.11.2 binary. Reproduced in 4.12 Preview 4 binary. Regression? Yes. This does not occur in 4.10 ...
Adding multiple instances to instance static mesh component in a code class causes an ensure to trigger when an instance of the class is added to the level. ...