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. ...

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 ...

Direction of GetOverlapInfos parameter doesn't match

UE - Gameplay - Blueprint - Mar 22, 2016

In blueprints, the GetOverlapInfos function can't really be used: [Image Removed] Another example: Static Mesh Component -> Get Overlap Infos -> Length -> Set Integer Variable The Get Overlap In ...