AnimBP warning word order mistake in Japanese

UE - Editor - UI Systems - Localization - Mar 24, 2016

The warning ""variable name" に "BluePrint" という名前の変数はありません" in the output log within the AnimBP while the editor is in the Japanese language mode has an incorrect word order. "Blueprint"Blueprint sho ...

"Set Animation Mode" creates multiple instances of the AnimBP

UE - Gameplay - Blueprint Editor - May 12, 2015

Changing the Animation Mode repeatedly creates a new instance of the AnimBP being used every time you switch back to the Animation Blueprint mode. Example Project: [Link Removed] ...

Opening a Sprite that is already opened in Property Matrix closes the Property Matrix tab

Tools - Dec 22, 2014

Opening a Sprite that is already opened in Property Matrix closes the Property Matrix tab. This is inconsistent with other asset types; tested with Textures, Materials, and Blueprints, and in each c ...

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 ...

BP Struct's 'Bool variable' will reset back to it's default value on compile

UE - Gameplay - Blueprint - Mar 18, 2015

BP Struct's 'Bool variable' will reset back to it's default value on compile. ...

Unable to Exit the 'Device Profiles' Console Variables Dialog Menu Easily

Tools - Jun 1, 2015

When adding a new variable to a new or existing 'Device Profile' it becomes difficult to close the dialog window. You are unable to click out or press the escape button once in order to close the di ...

WidgetBlueprint::DrawLines has broken AA on sharp cornered lines

UE - Editor - UI Systems - May 9, 2016

WidgetBlueprintLibrary::DrawLines which calls FSlateDrawElement::MakeLines has broken AA for sharp cornered lines. ...

Sounds Triggered on Android playback 3 times in quick Succession

UE - Audio - Oct 1, 2015

Users are reporting that when playing sounds in projects deployed to their Android Devices, the playback is triggered three times in quick succession. There are known work arounds to this issue, li ...

Foliage Painted on BSP is Deleted after Building Geometry

UE - World Creation - Worldbuilding Tools - Foliage - Dec 15, 2014

After painting foliage meshes on a BSP surface and rebuilding the level (more specifically the geometry), the meshes are deleted. This bug is especially nasty because you cannot Ctrl+Z after buildi ...

Inputs on Find Item Node Can be Connected to Executions

UE - Gameplay - Blueprint - Jun 27, 2016

When using a Find Item node to search for something in an array, you are able to connect execution pins to the node, which then changes it to require an array of execs as an input. ...