Blueprints can be created for a class after removing the class from the project

UE - Gameplay - Blueprint - Dec 2, 2015

If a class is added then removed from a project, blueprints can still be created based on the deleted class. ...

Set Actor Scale 3D Not Functioning as Expected

UE - Gameplay - Blueprint - Jan 12, 2016

Using Set Actor Scale 3D in the Construction Script is not functioning as expected. If you set the scale to 1,1,1, you are still able to freely scale an instance of the object in the scene. However, ...

Tick fires in PlayerController BP in Editor

UE - Gameplay - Blueprint - Oct 6, 2016

If a blueprint has any functionality on tick, the tick event will fire when a blueprint is restored within the editor after closing and reopening a project. Regression (no) issue (does) occur in 4 ...

Custom Event with array param does not take a pointer to the array

UE - Gameplay - Blueprint - Oct 12, 2016

When an array is passed into a BP custom event, the array's data is passed to the event rather than a pointer to the array itself. This means edits made directly from the event node's input pin (su ...

Scaling blueprint component via gizmo breaks if axis scale reaches 0.0

UE - Gameplay - Blueprint - Oct 4, 2016

Using the transform gizmo to scale a blueprint component will break the functionality if scaled to 0.0 and released. Workaround: If the scale value is directly set to non-zero value, gizmo can be u ...

Drag/drop variable into a category with a CamelCase name causes a duplicate category to appear in drop down

UE - Gameplay - Blueprint - Oct 14, 2016

If a category exists in a blueprint with it's name in "CamelCase" without a space, dragging a variable in the My Blueprint tab into this category causes the Category dropdown in Details tab to produ ...

Allow custom code and related blueprints to be migrated from one project to another.

UE - Gameplay - Blueprint - Mar 22, 2016

Currently, after migrating a blueprint that is based on a code class to a new project, the blueprint breaks due to unknown parent ([Link Removed]) Migrating & copy/pasting the code along with the b ...

Last Index Node Changes Size And Shape Unexpectedly

UE - Gameplay - Blueprint - Oct 28, 2016

The Last Index node will change size and shape in way that isn't consistent with other nodes when at certain zoom levels. These levels are -1, -7, or -10 respectively. ...

BP Components cannot be keyed in sequencer after transforming in the viewport

UE - Anim - Sequencer - Nov 15, 2016

BP Components cannot be keyed in sequencer after transforming in the viewport ...

FInternetAddrBSDIPv6::SetIp doesn't handle all valid IPv6 formats

UE - Networking - Sep 29, 2016

Currently FInternetAddrBSDIPv6::SetIp(const CHAR* InAddr, bool& bIsValid) does not handle all valid formats of IPv6 addresses. Need to rework the function to be more robust, and properly handle all ...