Selected BP Variables do not refresh details properly

UE - Gameplay - Blueprint - Mar 11, 2015

When selecting variables within a blueprint using the arrow keys, it doesn't refresh the Details properly. You can see this by clicking on each of the variables, to see what the difference between t ...

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function

UE - Gameplay - Blueprint - Mar 11, 2015

Changing the value of a text struct variable inside a duplicated function that contains a Make Struct node will reset that value in the original function. This does not appear to occur with other va ...

Changing UFUNCTION Category causes function to not appear in BP right-click menu after hot reload

UE - Gameplay - Blueprint - Mar 11, 2015

If a function with a Category set in its UFUNCTION macro has the value of the category changed and then compiled (hot reload), the function will no longer show up in the right click menu of the blue ...

ATan is not available in a Math Expression

UE - Gameplay - Blueprint - Mar 10, 2015

Using a Math Expression node, atan will generate an error as an unknown expression. Reproduced in Main Promotable-CL-2471062 [Image Removed] ...

Ease node "Shortest Path" auto sets to true after closing and reopening editor

UE - Gameplay - Blueprint - Mar 9, 2015

UPDATE: 3/10/2015 User reported manually adding a separate boolean value causes that value to automatically switch to true upon reloading editor as well. No current workaround is available. ======= ...

BaseAsyncTask gives output errors and BP node disappears in editor

UE - Gameplay - Blueprint - Mar 9, 2015

Licencee reports K2Node_BaseAsyncTask breaks and blueprint node diappears. Editor reports error "Can't find file for asset" in Output Log. Unable to reproduce internally ...

When two blueprints make references to each other (The references don't need to be related) the blueprints uncompile each other

UE - Gameplay - Blueprint - Mar 9, 2015

When two blueprints request information from one another it causes the blueprints to need to be compiled and when one is compiled the other is uncompiled (dirtied). In the example given the informat ...

A level will not save if a Blueprint that uses a Blueprint Component with an Event Dispatcher is placed in it

UE - Gameplay - Blueprint - Mar 8, 2015

A level will not save if a Blueprint that uses a Blueprint Component with an Event Dispatcher is placed in it. Reproduced in 4.7.2 binary. Could not test in Main due to [Link Removed] ...

Modified inherited components don't reflect modifications in game

UE - Gameplay - Blueprint - Mar 8, 2015

Any modifications made to inherited components in a child blueprint revert to their parent's defaults when playing in packaged game and Launch on. User reported that he also saw it when launching i ...

Upgrading from 4.6 to 4.7 can cause the loss of functionality for blueprints

UE - Gameplay - Blueprint - Mar 8, 2015

When the user clicks PIE the project functions as intended (the mummy rotates to follow the player). However, when the user plays in Standalone the mummy no longer rotates properly. ...