Saving BP is extremely slow with Japanese UI (culture=ja)

UE - Gameplay - Blueprint Editor - Dec 24, 2015

Using Japanese UI(culture=ja), time of saving BP is extremely slow in comparison with English UI(culture=en). In a case of attachment project, TestBP1 and TestBP2 take about 3 minutes using Japanes ...

Context sensitive actor list retrieves temp folder data in blueprints while using source control

UE - Gameplay - Blueprint Editor - Nov 12, 2015

If a project uses source control and a blueprint has been diffed against previous revisions, the revisions will appear within the temp folder. This temp folders contents appear in context sensitive ...

Check() crash in merge tool when using SVN

UE - Gameplay - Blueprint Editor - Oct 21, 2015

A UDN user found a crash in the merge tool when using SVN. https://udn.unrealengine.com/questions/265740/crashbug-with-svn-merging.html The failing check() crash occurs in LoadBaseRev (Merge.cpp): ...

Type changes not detected by BP Diff tool

UE - Gameplay - Blueprint Editor - Oct 12, 2015

Type changes are not shown as differences in the BP Diff tool. Found on 4.9 by live user (UDN link in additional info URL). ...

Edits of node properties that are not stored on pins do not diff correctly

UE - Gameplay - Blueprint Editor - Oct 2, 2015

Currently details changes to the following are not noticed by the Diff tool when diffing AnimBPs:State Machines (i.e. Max transitions per frame)Transition rulesConduitsStates This also affects non- ...

The AnimBlueprint Shows Duplicate Objects in the Debug Filter

UE - Gameplay - Blueprint Editor - Sep 3, 2015

The AnimBlueprint shows duplicate characters in the Debug Filter causing three effects: 1. Causes breakpoints not to function properly 2. Reverts back to "No debug object selected" in the Filter rat ...

Multiple variable categories with different spacing created in BP editor

UE - Gameplay - Blueprint Editor - Aug 24, 2015

Dragging variables to a category in the BP editor creates a new category based on the display name. If you create a category "TestCategory" then dra a variable to that category, it will create a new ...

Debug is not functioning within the Blueprint Function Library

UE - Gameplay - Blueprint Editor - Jul 6, 2015

The blueprint debug filter is not working properly. It shows when your print string is being called but it isn't showing the trace location of the actual function from the blueprint. ...

Crash when selecting an action performed in a diff between two revisions in SVN

UE - Gameplay - Blueprint Editor - Jul 6, 2015

Get nasty crash when performing a diff between two revisions on a BP uasset and then select a parent section that was modified, followed by a specific action performed on that section of the BP. ...

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