Dragging off a linked pin to create a new does not automatically connect

UE - Gameplay - Blueprint Editor - Jun 14, 2017

REGRESSION: No When the user drags off a linked input pin, and adds another pin through the context menu, the two pins aren't automatically linked like it does when the user does the same action wi ...

Crash removing a split parameter pin that is linked

UE - Gameplay - Blueprint Editor - Jun 13, 2017

Crash occurs if the user splits an Output Parameter on a function, then links one of the pins, and then removes the parameter entirely. I could not reproduce this in Main. ...

Changing value on float input pin does not automatically provide decimal point

UE - Gameplay - Blueprint Editor - Jun 8, 2017

Entering a whole number value to a float input does not create a ".0" at the end. This was noticed as it causes a small quality of life issue with orphaned pins, where the user can't simply type th ...

Event dispatcher cannot be deleted, removed, or renamed after placing a period in the name

UE - Gameplay - Blueprint Editor - Jun 7, 2017

Event dispatcher cannot be deleted, removed, or renamed after placing a period in the name. In the case of the example given, the editor will throw a warning "No Delegate found for NewEventDispatche ...

Regression in reroute node alignment, causing them to no longer line up with any wires

UE - Gameplay - Blueprint Editor - Jun 2, 2017

The change to make the grab handle a uniform size in CL# 3319966 changed the distance from the top of the node to the pin, which breaks a part of their primary purpose, to soothe OCD misalignment is ...

Bound Event Dispatchers created via the green plus do not show up in the event list for a component/actor/widget variable ref when the dispatcher is renamed in the source BP

UE - Gameplay - Blueprint Editor - May 26, 2017

If the user renamed an Event Dispatch in a blueprint that is being referenced in another blueprint, the dispatch will be renamed but will be treated as a new event. This means the user can place th ...

Date Time node to Time span node returns inconsistent values

UE - Gameplay - Blueprint Editor - May 5, 2017

When subtracting two date time sets to find the time span between them, the results are inconsistent. The results given give the total number of the unit measured for the time elapsed were as others ...

Incorrect display for default exec pin for Switch nodes

UE - Gameplay - Blueprint Editor - May 4, 2017

The pin for Default for switch nodes in the preview build for 4.16 displays as a circle, this visual display for a pin is used with variables or a reroute node, but the default is and exec pin, and ...

When changing Select Node index pin from boolean to int/byte options do not update

UE - Gameplay - Blueprint Editor - May 4, 2017

When changing from boolean to Integer/Byte the select nodes options are not changed to Option 0/Option 1 and instead are left as False/True ...

Select Node disconnects option pins when the index is connected

UE - Gameplay - Blueprint Editor - May 4, 2017

When the Pins are updated for the enumeration all existing connections and literals are lost. Note this also happens when the Pin Type of the Index is changed from boolean/int/byte to an enumeratio ...