Make PostProcessSettings reference to Blendables are listed as not tagged correctly

UE - Graphics Features - Dec 7, 2015

Attempting to change the Weight of a Weighted Blendable at runtime via the Level Blueprint leads to a warning generated by the Make PostProcess Settings node:Warning Blendables - the native proper ...

Tappy Chicken in 4.10 via Github has asset dependency issues which halt packaging

Docs - Samples - Dec 7, 2015

Tappy Chicken when downloaded as a 4.10 project and opened in a Github version of the engine, the TappyAutomated Map has "externally referenced" assets which cause the engine to be unable to packag ...

Gear VR media texture split when looking opposite direction

UE - Platform - XR - Dec 4, 2015

When using a media texture asset the video will run fine when playing in the the headset, but if you look the opposite direction the image fills the screen and splits in half. This is reproducible ...

Widgets begin to clip incorrect when placed in side of a configuration of Scale box > Canvas Panel > Scale Box

UE - Editor - UI Systems - Dec 4, 2015

If the user deleted the canvas panel and then uses the following hierarchy:[]Scale Box v []Canvas panel v []Scale Box v [] Other widget The "other widget" will clip incorrectly ...

Creating a FText variable in code causes child blueprint to not update on compile

UE - Gameplay - Blueprint - Dec 4, 2015

If a class has an FText variable defined in code when a blueprint based on the class is placed in the level it does not update the BP variable if it is changed/ compiled. ...

Leading space in front of block comment above UCLASS Macro prevents compile

UE - Foundation - Core - Dec 4, 2015

If a block comment is used above the UCLASS Macro, leading spaces before the start of the comment causes UHT to fail and the solution to fail compile with a "Missing 'UCLASS' in Class declaration" e ...

Bloom/Specular difference with same content between 4.8 and 4.9

UE - Graphics Features - Dec 4, 2015

A licensee reported a visual difference, possibly related to bloom or specular when updating from 4.8 to 4.9[Image Removed] After looking at it with Visualize HDR on, Martin commented the following ...

Crash when ribbons use delayed spawn particle as source.

UE - Graphics Features - Dec 3, 2015

User has found bug but has a working fix. Verify fix and implement in engine. ...

FBodyInstance::GetBodyBounds fails if RigidActorSync is a PxRigidStatic

UE - Simulation - Physics - Dec 3, 2015

A user reported that FBodyInstance::GetBodyBounds() fails if RigidActorSync is a PxRigidStatic. They stated that it returns uninitialized data because PxRigidStatic does not subclass PxRigidBody. ...

Difference in Physics on Client in Standalone vs PIE

UE - Networking - Dec 3, 2015

Difference in force on an actor on a client in a dedicated server scenario between PIE and Standalone. Tested in 4.10 and 4.11. Test project attached. ...