The Preferred Accessor setting in the Editor Preferences window only sets the setting for the current project instead of all projects using that Editor

Tools - Apr 24, 2017

Selecting Visual Studio 2017 as the preferred Source Code Editor in the Editor Preferences window only sets that preference for the current project, instead of making it a setting for any project us ...

Variable Reset on Child in level

UE - Gameplay - Blueprint - Apr 24, 2017

For a child instance inside of the level, the value of a parent int variable will reset if you add a new variable in the child and if there is a function in the parent that has the child as an outpu ...

Code doesn't work for custom binary projects on Linux

UE - Platform - Linux - Apr 21, 2017

If a binary engine is generated from a source build on Linux, attempting to create a code project / add code to a BP project will fail to compile properly. ...

DFAO on Landscape causes outline against horizon

UE - Graphics Features - Apr 21, 2017

https://udn.unrealengine.com/questions/359241/is-it-possible-to-turn-off-distance-field-ambient.html DFAO creates a horizon outline at great distances against lighter colored skies. [Link Removed ...

3D Widget Doesn't Render Custom Depth Stencil

UE - Editor - UI Systems - Apr 21, 2017

Custom Stencils don't appear to work with 3d widgets. ...

"Active" marker on shot track scales improperly when using Time Scale

UE - Anim - Sequencer - Apr 21, 2017

"Active" marker on shot track scales improperly when using Time Scale ...

Set mouse current cursor does not set until the user clicks in the window when using PIE

UE - Editor - UI Systems - Slate - Apr 20, 2017

Set mouse current cursor does not set until the user clicks in the window when using PIE. The user must click into the window before the mouse cursor will change. Note: This does not happen in sta ...

Lightmass Portal X Scale resets on update

UE - Graphics Features - Apr 20, 2017

After setting the "X" Scale of a Lightmass Portal, attempting to move/update the object causes the scale to reset to 10.0. Is this necessary for some reason? ...

Saving SubLevel Using Levels Tab Destroys Map Build Data Registry

Tools - Apr 20, 2017

When a Sub Level is currently open (meaning it is listed as the persistent level in the levels window) and you save the level using the levels window the map build data registry will get destroyed. ...

Crash can occur in the Ansel plugin when setting Use Client Side Camera Updates to false in Player Camera Manager

UE - Graphics Features - Apr 18, 2017

Setting the `bUseClientSideCameraUpdates` property in a `PlayerCameraManager` class to false can result in a crash in the Ansel plugin because `GEngine->GameViewport` may be NULL. Another user has ...