Noise Material Expression is rendering outside Min and Max Range with High Position Values

UE - Graphics Features - Mar 31, 2015

The Noise Material Expression is rendering values well outside the Min and Max Range set in the Expression node. Also Reproduced in Main Promotable-CL-2469752 Alerted the user to suspicions and su ...

Add Actor Local Offset does not work for Client Characters

UE - Networking - Mar 31, 2015

Add Actor Local Offset does not work for Client Characters. The client attempts to move but is forced back to start, resulting in a jitter and not the intended movement. The same movement setup in a ...

Game does not have focus at launch

Tools - Mar 31, 2015

When running a game in PIE, standalone, or package the game does not gain initial focus. User must click inside the game window to enable input. ...

Macros with 2 wildcards - first type sets other wildcard

UE - Gameplay - Blueprint - Mar 31, 2015

https://udn.unrealengine.com/questions/240869/macros-with-2-wildcards-first-type-sets-other-wild.html ...

Scene Color not Functioning when Used with HUD Blueprint

UE - Graphics Features - Mar 27, 2015

I was not able use the 'Draw Material' node function in conjunction with 'SceneColor' within the HUD Blueprint. However, as soon as I deleted the 'SceneColor' node within the material editor, I was ...

Using dynamic bindings in a code class will result in the bindings becoming a permanent part of any Blueprint created from that class if a hot reload is performed.

UE - Foundation - Core - Mar 26, 2015

If dynamic bindings are being used in a custom code class from which Blueprints are derived, any hot reload will make the bindings a permanent part of the Blueprint and they cannot be removed or cha ...

Building in VS fails if Application.ico is missing

UE - Foundation - Core - Mar 25, 2015

When building a project in VS, the build process will fail if Application.ico is missing from the /Build/Windows/ folder. User reported seeing this when checking in/checking out a project on differ ...

Collision outcome is different between PIE and Mobile Preview/Packaged Project.

UE - Simulation - Physics - Mar 25, 2015

When playing the user's project in editor vs Packaged, there has been different results for the enemies collision. When playing in PIE, you are able to fly through the enemies with no issues. When p ...

Calling r.DistanceFieldAO command does not work in Shipping Game

UE - Graphics Features - Mar 24, 2015

Calling the r.DistanceFieldAO command does not work in Shipping Game. It is being called from inside the level blueprint with the "Execute Console Command" node. In the example projects I have it ...

Player Capsule angular velocity can launch a player when stepping on/off a physics simulated object

UE - Simulation - Physics - Destruction - Mar 24, 2015

Occasionally the player capsule can be launched due to bImpartBaseAngularVelocity being enabled in the CharacterMovementComponent. Disabling this does not result in the character capsule being launc ...