MaterialExpressionSubtract doesn't compile in plugins

UE - Graphics Features - Mar 23, 2016

Adding the following code to a plugin source file prevents the associated project from compiling in visual studio whereas this code will compile successfully inside of a class added directly to the ...

Project Crashes with Warning: LightPropagationVolume.dll is Missing From Your Computer

UE - Graphics Features - Mar 23, 2016

After disabling LightPropagationVolume in Plugins Editor, upon restart editor issues warning message 3 times and crashes, leaving project unable to be opened. REGRESSION: This does not occur in UE ...

Get mouse X and Get mouse Y prevent the user from moving their camera

UE - Gameplay - Input - Mar 23, 2016

If the user uses the Get mouse X or the Get mouse Y nodes in their project, they will no longer be able to look around their level using the mouse input. ...

Crash when incorrectly calling the parent constructor

UE - Foundation - Core - Mar 23, 2016

Crash when incorrectly calling the parent constructor ...

Procedural Mesh Component Convert to Static Mesh

UE - Gameplay - Mar 23, 2016

Add option to convert Procedural Mesh Component should contain the option to convert a generated mesh into a Static Mesh so users can use it through the Content Browser and use the LOD system. ...

Selecting Public/Private when created a class forces any classes added after to either be Public/Private as well

Tools - Mar 22, 2016

In the New C++ Class window when naming the project, if Public or Private are selected (next to runtime) all classes created after that point will assume Public/Private with no option to have neithe ...

Passing a delegate as part of the parameter list for a second delegate causes UHT to crash on compile.

UE - Foundation - Core - Mar 22, 2016

When declaring a delegate that takes another delegate as the variable type for one of its parameters, UHT will crash when attempting to compile the code. ...

LineTraceSingleByObject not Returning Valid Physical Material

UE - Gameplay - Mar 22, 2016

Attempting to perform an is valid check on a physical material from a FHitResult returns invalid. This does not occur when using a blueprint setup, it only seems to occur when using code. Found ...

Allow custom code and related blueprints to be migrated from one project to another.

UE - Gameplay - Blueprint - Mar 22, 2016

Currently, after migrating a blueprint that is based on a code class to a new project, the blueprint breaks due to unknown parent ([Link Removed]) Migrating & copy/pasting the code along with the b ...

Listen For Input Action does not appear to work after setting input mode to UI only when called from a widget

UE - Editor - UI Systems - Mar 22, 2016

Action mapping does not fire within a widget when the input mode is set to UI only ...