Creating a code project named Test will fail the initial compile and every hot reload in Binary

UE - Foundation - Build - Farm - Jul 21, 2016

When a C++ project is named Test on a Binary version of the editor, the project will fail to compile. I'm assuming this is from the editor seeing a precompiled header from another file in the engine ...

Multiple components cannot update PostEditChangeProperty() simultaneously

Tools - Jul 21, 2016

Multiple components within a single blueprint cannot have variables that use PostEditChangeProperty() updated simultaneously. This is most visible when attemting to set Max Draw Distance after chang ...

iOS - Launch On - Application Crashes on device, on iOS 8 devices

UE - Platform - Mobile - Jul 20, 2016

Blueprint Template Launch On from Mac crashes on device. ...

UnrealFrontend Plus button has an odd size

UE - Platform - Console - UnrealFrontend - Jul 20, 2016

The Plus button on the right side of the Custom Launch Profiles row in UnrealFrontend is stretched vertically. ...

Physics actor with physics toggled will fall through static meshes set to Movable

UE - Gameplay - Jul 20, 2016

Physics actor with physics toggled will fall through static meshes set to Movable User Description: Basically, what this project does is enable simulate physics on the black cube in the middle, th ...

Can't PIE or Save: Editor gets into odd state when editing parameters.

Tools - Jul 20, 2016

I've seen this happen in other areas of the editor as well: Data Table fields (floats) for example. Manually typing in numbers to fields seems less prone to this error; using spinners to drag value ...

Setting a sublevel to initially load interrupts starting movies

Tools - Jul 20, 2016

Movies set to "Wait for Movies to Complete" are interrupted when a sublevel is set to load initially. The movie should still play through to completion. Regression (no) issue (does) occur in 4.11. ...

Add sanitization code surrounding RigidBody + RigidBodyDynamic flags

UE - Simulation - Physics - Jul 20, 2016

PhysX throws warnings (which are escalated to errors) when CCD and Kinematic are in invalid states (they can only be enabled exclusively). The code to fix this has already been submitted, but may c ...

Unable to set value of actor reference in blueprint defaults

UE - Gameplay - Blueprint - Jul 20, 2016

When an actor reference is added to a blueprint, the value of the variable cannot be set in the blueprints details panel. For a code based reference variable, the dropdown to set the value is avail ...

"Failed import for Component" after loading a map

UE - Gameplay - Blueprint - Jul 20, 2016

It looks like perhaps a load order or circular-dependency type of issue at first glance. Will require further investigation. ...