Set Array Elem is missing the Item checkbox when connected to an existing array variable that was created separately. The checkbox is present if the Set Array Elem is created off of the array variab ...
Using Straighten Connections shortcut can cause the editor to crash after removing node pins. This appears to be due to GetGraphPinForMenu returning the last pin selected (in this case, the removed ...
Calling Get Material Index node with an invalid slot name will produce a return value of -1. Passing this value to a Get Material node causes the editor to crash. ...
After enabling "Support Deferred Rendering with Metal" and then launching to an IOS device (in this case iphone 6+) the game will no longer open and run. REGRESSION? Yes Worked in Binary 4.13.2 C ...
If an array element is removed from a make array node, using the shortcut for Straighten Connections has no effect until after the Actions menu is opened via right-click then closed. ...
When moving nodes in materials and blueprints using the undo option doesn't undo the movements made by the arrow keys. This issue affects anything that uses nodes on an event graph. ...
Changes made to a blueprint variable's tooltip are discarded when clicking in the main blueprint viewport (Event Graph, Function Graphs, etc). Clicking in the variable's details panel does save the ...
The Nav Mesh is appearing in the editor, but not appearing during PIE when its Z value is set to a size similar to the floor size that it is generating on. Making the Nav Mesh Bounds Volume taller ...
Defining a ChildActorComponent in code, then setting the component to a blueprint derived from another code class causes the editor to crash when opening the parent blueprint if any changes are made ...
Header files are out of order in the plugin.cpp files. WORKAROUNDIn Visual Studio, open UE4 > Plugin > "Button" > Source > "Button" > Private > ButtonStyle.cpp Cut Button.h from the top of the #i ...