Cache Uniform Expressions per-sprite is tanking performance

UE - Gameplay - Paper2D - Apr 17, 2015

See screenshot for an example with 5000 sprites being rendered. It's eating up 30 ms just for that. ...

Controller input while not focused.

UE - Editor - UI Systems - Slate - Apr 17, 2015

This needs investigation to see if it can be done without causing problematic side effects. ...

Compare Blackboard Entries returns incorrectly when comparing Enums

UE - AI - Apr 17, 2015

While investigating an issue with enum comparisons breaking when the enum changes, I discovered that the comparison will not return true if set to "contains NOT EQUAL values" and the values are not ...

Blueprints copied or moved to another level do not retain variable references to other Actors that are also copied or moved

UE - Gameplay - Blueprint - Apr 17, 2015

Blueprints copied or moved to another level do not retain variable references to other Actors that are also copied or moved. Reproduced in 4.7.5 binary and Main (//depot/UE4/Promotable-CL-2507843) ...

Crash when renaming AnimGraph function in AnimBP

OLD - Anim - Apr 17, 2015

When renaming the AnimGraph in an Animation Blueprint, the editor crashes after you hit enter. [Link Removed] [Link Removed] Occurs in: 4.7.5 Release CL:2503383 4.8 Main CL:2513846 ...

Engine crashes while attempting to resimulate procedural foliage volume with target layer set on landscape proxies

UE - World Creation - Worldbuilding Tools - Foliage - Apr 17, 2015

If a procedural foliage volume attempts to use the "target layer" feature and resimulate while encompassing a landscape proxy, the editor will crash. Frequency: 3/3 Crash Report: [Link Removed] ...

World Override GameMode values do not save after project is closed and reopened

UE - Gameplay - Apr 17, 2015

The gamemode settings under world override do not save once the project has been saved, closed and reopened. ...

Copying a call to a Custom Event or Function in another Blueprint and pasting it in the Blueprint the Custom Event or Function comes lives in will cause a compile warning or failure

UE - Gameplay - Blueprint - Apr 17, 2015

Copying a call to a Custom Event or Function in another Blueprint and pasting it in the Blueprint the Custom Event or Function comes lives in will cause a compile warning or failure. In 4.7.5 it giv ...

Input pins of BP node are not updated after a hot reload

UE - Gameplay - Blueprint - Apr 17, 2015

If a code defined function that takes in a parameter is called from blueprints, the BP node will show the input pin for the parameter. If the parameter list is changed after the node is created and ...

While casting to a Child, the overridden function node's target will read the parent bp

UE - Gameplay - Blueprint - Apr 17, 2015

While casting to a Child, the overridden function node's target will read the parent bp. Also being discussed in this Forum post: https://forums.unrealengine.com/showthread.php?66846-Initialisin ...