F10 shortcut does not skip to next node when breakpoints are active

UE - Gameplay - Blueprint - Jun 10, 2015

If a breakpoint is placed on a node in blueprints and then PIE is started, if the breakpoint node is triggered and the user presses F10 (keyboard shortcut to skip to next node), the logic will not c ...

Temp content folder appears after creating a new level

UE - Editor - Content Pipeline - Content Browser - Jun 10, 2015

After creating a new level from the levels tab, the temp folder shows back up in the content browser, when it shouldn't. ...

Crash when Listen Server Attempts ServerTravel in Play in New Editor Window

UE - Networking - Jun 9, 2015

JamesG: New callstack on UDN thread points to UNetDriver::TickFlush Editor crashes if a listen server attempts to use the console command ServerTravel while in Play in a New Editor Window. CrashR ...

Fonts that are really tall can clip outside of the text block (potentially cutting off some of the lettering)

UE - Editor - UI Systems - Jun 9, 2015

If the user tries to use a font that is really tall the font may get the top portion of the text clipped off. ...

MaterialInterface is not exported and therefore it's functions are not accessible

UE - Graphics Features - Jun 9, 2015

MaterialInterface which is a base class for other classes (such as UMaterialInstanceDynamic) is not being exported which causes compiler errors when a user attempts to access the functions of this c ...

Blocking volumes moved into sublevels from the persistent level do not correctly function in standalone game

Tools - Jun 9, 2015

If a blocking volume is created in the persistent level and then moved to a sublevel, it will no longer correctly block objects in standalone game. ...

After changing Slot Name field, Slot node does not update until you re-open the AnimBP

OLD - Anim - Jun 9, 2015

After changing the Slot Name field, the Slot node does not update with the new name until you close and re-open the Animation Blueprint ...

Ctrl+z while playing in the blueprint editor will undo history

UE - Gameplay - Blueprint - Jun 9, 2015

When pressing play within the blueprint editor, if you use control & z, it'll revert your changes you've made to the blueprint. Which could cause people to lose their progress in their blueprint tem ...

Local variables in Blueprint functions don't support default values of Custom Structs

UE - Gameplay - Blueprint - Jun 9, 2015

I make a custom struct and assign default values to it's member floats, etc. When I use that in a Blueprint, the defaults work as expected. However, when I reference it as a local variable in a BP f ...

Using a Macro to access a variable from another Actor causes a crash in Standalone

UE - Gameplay - Blueprint - Jun 8, 2015

Using a Macro to access a variable from another Actor causes a crash in Standalone. This does not seem to affect any other preview in editor, nor packaged games. Reproduced in 4.7.6, 4.8 Preview 4, ...