Overriding a static parameter in a material instance but not changing the value unnecessarily duplicates shader code

UE - Graphics Features - Sep 9, 2015

When you have a Material with a static parameter and an Instance of that Material that has the "override" checkbox checked for that static parameter, but has the value set to the same value as the p ...

Material Instance Parameters "reset to default" button always shows, even if value is default

UE - Rendering Architecture - Materials - Sep 9, 2015

No matter if the value of a parameter you override in a Material Instance is the same as it's parent or not, it always shows the "reset to default" button. See static bool param in the images below: ...

Some textures stretched on Mobile device

UE - Platform - Mobile - Sep 8, 2015

User's content is here: "P:\temp\UrbanJogging.zip" "If you start up the game or go into the content, the issue is on Track One, on the first bend on the right. Also be careful with the sprint bu ...

Adding a UMG widget to the viewport twice results in a crash.

UE - Editor - UI Systems - Sep 8, 2015

Attempting to add the same widget to the viewport twice will result in an assertion and crash. ...

Pawns spawning outside of map in Turn Based Strategy example

Docs - Samples - Sep 8, 2015

In the Turn Based Strategy example from Learn tab, pressing PIE causes several pawns to appear far above and away from the intended floor tiles. ...

Issues converting enum to byte in BP

UE - Gameplay - Blueprint - Sep 8, 2015

User experienced unexpected AI behavior and was kind enough to share a stripped down version of the project. I was able to nail down issues user was experiencing to failed enum-to-byte conversion. U ...

Passing array from blueprint to C++ causes performance drop

UE - Gameplay - Blueprint - Sep 8, 2015

Passing a blueprint array as an argument to a C++ function causes a spike in Frame rate, game and GPU. This spike is noticeable when using UnitGraph. Attached screenshots show difference in UnitGr ...

Compile error when opening a project on child blueprint calling parent blueprint event

UE - Gameplay - Blueprint - Sep 8, 2015

child blueprints calling functions from parent blueprints generate compile errors upon opening project and pressing compile within the child blueprint. Workaround: Open parent blueprint and comp ...

Editor crashes if opening a sublevel containing a navmesh when persistent level is open

UE - AI - Sep 8, 2015

If the persistent level is open and a user attempts to open a sublevel that contains a navmesh, the editor will freeze and then crash. Frequency: 3/3 Crashreporter: N/A ...

Disabling Leap Motion and packaging a game causes an error

UE - Foundation - Cpp Tools - Plugin System - Sep 8, 2015

Disabling Leap Motion plugin from your game and packaging it causes an error to occur. This also occurs on: 4.10.0-2680506 ...