Engine Plugins are being created with includes that are out of order

UE - Foundation - Cpp Tools - Plugin System - Feb 7, 2017

Header files are out of order in the plugin.cpp files. WORKAROUNDIn Visual Studio, open UE4 > Plugin > "Button" > Source > "Button" > Private > ButtonStyle.cpp Cut Button.h from the top of the #i ...

Editor freezes when setting browser filepath for inserted element in project settings

UE - Platform - Mobile - Feb 7, 2017

May be similar issue as [Link Removed] but with slightly different repro steps. Not a regression as it occurs in 4.14.3 ...

Iterative cook does not cook only changed content in Binary UnrealFrontend

UE - Foundation - Core - Cooker - Feb 7, 2017

This is not a regression as it occurs in 4.14.3. Also this did not occur in a source build of UFE from Github. Excerpt from the logs:UE4Editor-Cmd: [2017.02.07-18.58.10:328][ 0]LogCook:Display: ...

Editor Crash when blueprint Self reference is passed by reference

UE - Gameplay - Blueprint - Feb 7, 2017

When a custom event has an input whose type is a reference to an object (Actor-Reference, Player Controller - Reference, etc) and is set to pass-by-reference, passing a reference to the "self" bluep ...

Selection Highlight cannot be disabled for Skeletal Meshes

Tools - Feb 7, 2017

Selection highlight cannot be disabled for Skeletal Meshes. They will always have the outline selection and some tinted selection over their faces. Static Meshes do not exhibit this behavior. This ...

Changing ColorAndOpacity in Text using AutoKey do not create new keyframe.

UE - Anim - Sequencer - Feb 7, 2017

This is not reproduced in Shadow Color section. Since ShadowColorAndOpacity is FLenearColor and ColorAndOpacity is FSlateColor, this prevents adding new keys in ColorPropertyTrackEditor.cpp FColo ...

Adding "_API" specifier to FMovieSceneTrackEditor results in linker errors

UE - Anim - Sequencer - Feb 7, 2017

Unable to add API specifier to FMovieSceneTrackEditor, results in compile errors (pasted in the callstack field) ...

Material With Hair Shading Model Draws On Top Of SSAO

UE - Graphics Features - Feb 6, 2017

The Hair shader no longer allows ScreenSpace AO on areas of the screen it occupies. While in the Ambient Occlusion Visualizer it appears that the material draws on top of the SSAO. REGRESSION? Yes ...

Material PDO Usage Incorrectly Checked

UE - Graphics Features - Feb 6, 2017

Seems when an expression output is swizzled (Typically via component mask) we lose the ability to track if the value is constant. This causes the IsPropertyUsed check to fail, potentially falsely ac ...

Skeletal meshes are not simulating physics

UE - Simulation - Physics - Feb 6, 2017

Skeletal meshes do not simulate physics when playing in viewport. They are not affected by gravity, nor do they ragdoll. This doesn't occur in UE4/Main. This occurs with Immediate Mode Physics of ...